Commit 45dda5cf authored by 邓春圆's avatar 邓春圆

调仓文案改为后端返回

parent ce55d982
......@@ -261,7 +261,7 @@ export default {
if (r.code === 0) {
this.$emit('getList')
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