Commit 58a52e96 by yiyu.li

bug

parent 254ffaae
...@@ -530,7 +530,8 @@ export default { ...@@ -530,7 +530,8 @@ export default {
this.getStorages(); this.getStorages();
} }
} else { } else {
this.$Message.error(this.$t(res.data, msg)); this.$Message.error(this.$t(res.data.msg));
this.orderDetail = {};
} }
}) })
.catch((err) => { .catch((err) => {
......
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