Commit 43b164ac authored by 黄卓's avatar 黄卓

不重要

parent d7cc907b
...@@ -375,7 +375,7 @@ export default { ...@@ -375,7 +375,7 @@ export default {
}).then(() => { }).then(() => {
this.$message({ this.$message({
type: 'success', type: 'success',
message: '申请退仓成功!' message: '货物退仓成功!'
}); });
getOrderWarehouseIn(this.orderId).then(r => this.orderItemList = r.data.reverse()) getOrderWarehouseIn(this.orderId).then(r => this.orderItemList = r.data.reverse())
...@@ -383,10 +383,6 @@ export default { ...@@ -383,10 +383,6 @@ export default {
}) })
}).catch(e => { }).catch(e => {
this.$message({
type: 'success',
message: e.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