Commit ea18782b by 陈超

T

parent 58ea2cb9
...@@ -195,8 +195,8 @@ ...@@ -195,8 +195,8 @@
that.getArea(c.id, r => { that.getArea(c.id, r => {
c.children = r.map(r => { return { text: r.title, id: r.area_id } }) c.children = r.map(r => { return { text: r.title, id: r.area_id } })
that.selected[2] = c.children[0].text that.selected[2] = c.children[0].text
picker.setColumnValues(2, c.children)
that.columns = [].concat(that.columns) that.columns = [].concat(that.columns)
picker.setColumnValues(2, c.children)
}) })
} else { } else {
that.selected[2] = c.children[0].text 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