修改bug 52536 标准拆分-拆分-删除,数据条/页为20条的时候,勾选本页数据后,进行删除 应该只能删除20条 现在删除的条数是乱的,删除之前247条数据 删除之后 180条数据
This commit is contained in:
@@ -1508,7 +1508,7 @@ export default {
|
||||
}, res => {
|
||||
if (res.data) {
|
||||
this.batchDeleteItem()
|
||||
} else if(this.selectedList != null){
|
||||
} else if(this.selectedList === null){
|
||||
this.$message.warning('请选择要删除的数据')
|
||||
} else {
|
||||
this.deleteItemsModal = true
|
||||
|
||||
Reference in New Issue
Block a user