Commit af7d5624 by 陈超

T

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