修改bug 56546 勾选数据过多时 点击删除按钮 删除过慢 然后再次点击 程序异常 数据被删除 并提示删除失败
This commit is contained in:
@@ -1048,6 +1048,8 @@ export default {
|
||||
batchDelete () {
|
||||
if (this.selectedList.length === 0) {
|
||||
this.$message.error('请选择要删除的数据')
|
||||
} if(this.selectedList.length > 10){
|
||||
this.$message.error('批量删除仅支持10条以内')
|
||||
} else {
|
||||
this.$confirm('确认删除选择数据?', '确认删除', {
|
||||
confirmButtonText: '确定',
|
||||
|
||||
Reference in New Issue
Block a user