Commit d4994beb authored by 邓春圆's avatar 邓春圆

调仓文案改为后端返回

parent 8d069996
...@@ -260,7 +260,7 @@ export default { ...@@ -260,7 +260,7 @@ export default {
orderWarehouseInAdjustApply(this.params).then(r => { orderWarehouseInAdjustApply(this.params).then(r => {
if (r.code === 0) { if (r.code === 0) {
this.$emit('update:dialogVisible', false) this.$emit('update:dialogVisible', false)
this.$message.success(this.$t('调仓申请提交成功,请耐心等待审核')); this.$message.success(r.data);
} }
}) })
}, },
......
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