Commit 3d7ef8dc authored by zhoutong's avatar zhoutong
parents d7edad83 9a5e67fb
...@@ -261,7 +261,7 @@ export default { ...@@ -261,7 +261,7 @@ export default {
if (r.code === 0) { if (r.code === 0) {
this.$emit('getList') this.$emit('getList')
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