Commit 4da1b4e3 by 陈超

T

parent 7a1eabfa
...@@ -201,9 +201,7 @@ ...@@ -201,9 +201,7 @@
dataType: "json", dataType: "json",
success: function (data) { success: function (data) {
that.loading = false that.loading = false
that.finished = true let res = data
console.log(data)
let res = JSON.parse(data)
let opt = that.options[2] let opt = that.options[2]
if(res.status) { if(res.status) {
opt.items.push(res.data.map( r => { return { opt.items.push(res.data.map( r => { return {
......
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