Commit 0addfec2 by liangjianmin

fix(Store/list): update response handling to use message instead of data

- Changed the response handling in the Store list component to utilize `res.msg` instead of `res.data` for improved clarity and accuracy in data processing.
parent d2e077c2
Showing with 1 additions and 1 deletions
...@@ -665,7 +665,7 @@ ...@@ -665,7 +665,7 @@
clearInterval(this.timer) clearInterval(this.timer)
return return
} }
this.resultDown(res.data) this.resultDown(res.msg)
}, 3000) }, 3000)
} }
}) })
......
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 sign in to comment