Commit af7d5624 by 陈超

T

parent e7a255ac
...@@ -204,8 +204,9 @@ ...@@ -204,8 +204,9 @@
let that = this let that = this
that.showPicker = true that.showPicker = true
if(that.columns[0].children.length == 0) { if(that.columns[0].children.length == 0) {
console.log(that.$refs) that.$nextTick(() => {
that.onProvinceChange(that.$refs.picker, that.columns[0]) that.onProvinceChange(that.$refs.picker, that.columns[0])
})
} }
}, },
onAreaConfirm: function(picker, values) { onAreaConfirm: function(picker, values) {
......
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