Commit 0e10e14e by 陈超

T

parent f8936a08
......@@ -193,13 +193,11 @@
let that = this
if(c.children.length == 0) {
that.getArea(c.id, r => {
that.$nextTick(() => {
c.children = r.map(r => { return { text: r.title, id: r.area_id } })
that.selected[2] = c.children[0].text
that.columns = [].concat(that.columns)
picker.setColumnValues(2, c.children)
})
})
} else {
that.selected[2] = c.children[0].text
picker.setColumnValues(2, c.children)
......@@ -227,7 +225,6 @@
console.log(values)
console.log("Selected = ")
console.log(this.selected)
console
let that = this
let found = that.columns.filter( r => { return r.text == values[0] })
let p = undefined
......
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