提交 da9e078c 编写于 作者: guangjun.yang's avatar guangjun.yang

接口返回值status

上级 b6cd4cd8
...@@ -248,9 +248,14 @@ ...@@ -248,9 +248,14 @@
type: 'warning' type: 'warning'
}).then(() => { }).then(() => {
closeShop(row.tradeStore.id).then(res => { closeShop(row.tradeStore.id).then(res => {
if (res.code == '000000') { if(data.data.status == 0) {
this.$message.error(data.data.message);
} else {
this.searchList(); this.searchList();
} }
// if (res.code == '000000') {
// this.searchList();
// }
}) })
}).catch( () => { }).catch( () => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册