51985 标准拆分-拆分-删除,批量删除50条 删除6次之后,程序异常

This commit is contained in:
宋伟佳
2022-04-07 17:18:29 +08:00
parent 562029a2df
commit 96b74e7bcb
@@ -1506,6 +1506,8 @@ export default {
}, res => {
if (res.data) {
this.batchDeleteItem()
} else if(this.selectedList != null && this.selectedList.length > 20){
this.$message.warning('单次最多删除20个条款')
} else {
this.deleteItemsModal = true
}