Commit 4c6ffcc9 authored by Marcus's avatar Marcus

储位修改成功

parent 2a69c2d2
...@@ -189,7 +189,9 @@ export default { ...@@ -189,7 +189,9 @@ export default {
this.dialogVisible = false this.dialogVisible = false
if (this.isEditing || this.orderItemId) { if (this.isEditing || this.orderItemId) {
updateWarehouseInLocation(data) updateWarehouseInLocation(data).then(() => {
this.$message.success('储位修改成功')
})
} }
}) })
}, },
......
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