Commit 00a1630e by jiawei.su

someupdate

parent 63d10f49
......@@ -541,7 +541,7 @@ export default {
).then((res) => {
if (res.data.ret == 1) {
this.$Message.success(this.$t(res.data.msg));
this.orderDetail = {};
// this.orderDetail = {};
} else {
this.$Message.error(this.$t(res.data.msg));
}
......
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