修改bug 52536 标准拆分-拆分-删除,数据条/页为20条的时候,勾选本页数据后,进行删除 应该只能删除20条 现在删除的条数是乱的,删除之前247条数据 删除之后 180条数据
This commit is contained in:
@@ -1038,6 +1038,7 @@ export default {
|
||||
}*/
|
||||
this.sarAccessInfo = formData
|
||||
this.sarAccessInfo.page = 1
|
||||
this.drawerPage = 1
|
||||
this.showQueryMore = false
|
||||
this.seniorQueryFlag = true
|
||||
this.selectLawsStands(1)
|
||||
@@ -1106,6 +1107,7 @@ export default {
|
||||
this.seniorQueryFlag = false
|
||||
this.showTableFlag = false
|
||||
this.sarAccessInfo.page = 1
|
||||
this.drawerPage = 1
|
||||
this.selectLawsStands()
|
||||
},
|
||||
// 点击清空查询条件 按钮事件
|
||||
|
||||
Reference in New Issue
Block a user