Commit fc32fe43 by huaying

fix: 客户列表批量操作操作成功提示信息重复

parent eed8e27a
......@@ -475,7 +475,7 @@ export default {
successImport(taskId, isImport) {
// 不是批量导入,而且只选了一条数据时,不跳转到任务中心——炎羽
if (!isImport && this.multipleList.length == 1) {
this.$message.success('修改完成');
// this.$message.success('修改完成');
this.batchRefresh()
return
}
......
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