Commit 713eeb35 by liuchenxi

update: 黑名单添加优化

parent a7fa56f6
......@@ -158,10 +158,10 @@ export default {
if (!this.isExiteErrorPhone) {
this.$tips({ type: 'success', message: '添加成功' });
this.dialogData.visible = false;
this.getTableData();
} else {
this.$tips({ type: 'warning', message: '部分添加成功' });
}
this.getTableData();
}
});
},
......
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