Commit f109cb14 by 陈超

T

parent 651c9b9b
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
that.loading = false that.loading = false
let res = data let res = data
let opt = that.options[2] let opt = that.options[2]
console.log(res.status) console.log(res)
if(res.status) { if(res.status) {
opt.items.push(res.data.map( r => { return { opt.items.push(res.data.map( r => { return {
uid: r.uid, uid: r.uid,
......
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