Commit 9ee26c42 by 陈超

T

parent 26d7ca07
......@@ -155,9 +155,13 @@
}
},
created:function(){
let that = this
$("#provinceData").children().each((i, e) => {
console.log(e.name)
console.log(e.value)
that.columns.push({
text: e.value,
id: e.name,
children: []
})
})
},
computed: {
......@@ -169,12 +173,6 @@
onArea: function() {
let that = this
that.showPicker = true
if(that.columns.length == 0) {
that.loading = true
that.getCity()
} else {
}
},
onAreaConfirm: function(r) {
......
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