Commit 58a52e96 by yiyu.li

bug

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