Commit 4da1b4e3 by 陈超

T

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