Commit 071386a7 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

还原调仓提示

parent 2b02e2ea
...@@ -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(r.data); this.$message.success(this.$t('调仓申请提交成功,请耐心等待审核'));
} }
}) })
}, },
......
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