Commit fbbf2dc1 by 陈超

T

parent af7d5624
...@@ -205,6 +205,7 @@ ...@@ -205,6 +205,7 @@
that.showPicker = true that.showPicker = true
if(that.columns[0].children.length == 0) { if(that.columns[0].children.length == 0) {
that.$nextTick(() => { that.$nextTick(() => {
console.log(that.$refs.picker)
that.onProvinceChange(that.$refs.picker, that.columns[0]) that.onProvinceChange(that.$refs.picker, that.columns[0])
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment