Commit 1acaf672 by 陈超

T

parent ea18782b
......@@ -196,7 +196,9 @@
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)
that.$nextTick(() => {
picker.setColumnValues(2, c.children)
})
})
} else {
that.selected[2] = c.children[0].text
......
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