51985 标准拆分-拆分-删除,批量删除50条 删除6次之后,程序异常
This commit is contained in:
@@ -1506,6 +1506,8 @@ export default {
|
|||||||
}, res => {
|
}, res => {
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
this.batchDeleteItem()
|
this.batchDeleteItem()
|
||||||
|
} else if(this.selectedList != null && this.selectedList.length > 20){
|
||||||
|
this.$message.warning('单次最多删除20个条款')
|
||||||
} else {
|
} else {
|
||||||
this.deleteItemsModal = true
|
this.deleteItemsModal = true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user