Commit 13caee31 authored by 邓春圆's avatar 邓春圆

清空信息

parent 280cde49
...@@ -67,6 +67,10 @@ export default { ...@@ -67,6 +67,10 @@ export default {
if(r.code === 0){ if(r.code === 0){
if(r.data){ if(r.data){
this.$message.error(r.data) this.$message.error(r.data)
this.$emit('update:show',false)
this.$emit('update:customerIds',[])
this. service = '';
this.textarea = '';
}else { }else {
this.$emit('update:show',false) this.$emit('update:show',false)
this.$emit('update:customerIds',[]) this.$emit('update:customerIds',[])
...@@ -74,7 +78,6 @@ export default { ...@@ -74,7 +78,6 @@ export default {
this.textarea = ''; this.textarea = '';
this.$message.success(this.$t('用户批量转移成功!')) 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