Commit 61b10981 by 冷斌

fix bug

parent 6b4a1944
...@@ -310,6 +310,7 @@ ...@@ -310,6 +310,7 @@
that.loading = false that.loading = false
let res = data let res = data
let opt = that.options[1] let opt = that.options[1]
console.log(res);
if(res.status == 1) { if(res.status == 1) {
let result = res.data let result = res.data
let array = result.data.length > 0 ? result.data : [] let array = result.data.length > 0 ? result.data : []
......
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