feat: There is no way the,  56879 标准拆分-删除,点击删除按钮时,直接显示提示语,不要显示弹框

This commit is contained in:
396572590@qq.com
2022-08-05 14:30:20 +08:00
parent bde539b485
commit 0ea6ae477c
@@ -1051,8 +1051,10 @@ export default {
batchDelete () {
if (this.selectedList.length === 0) {
this.$message.error('请选择要删除的数据')
return
} if(this.selectedList.length > 10){
this.$message.error('批量删除仅支持10条以内')
return
} else {
this.$confirm('确认删除选择数据?', '确认删除', {
confirmButtonText: '确定',