Commit 7f00c34b by 陈超

T

parent fd0bf686
...@@ -232,6 +232,7 @@ ...@@ -232,6 +232,7 @@
let city = found[0] let city = found[0]
city.children = res.data.map( r => { return { text: r.title, id: r.area_id } }) city.children = res.data.map( r => { return { text: r.title, id: r.area_id } })
} }
that.columns = [].concat(that.columns)
} }
} }
}) })
......
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