修改切换分页的问题

This commit is contained in:
renpy 2023-07-26 18:29:21 +08:00
parent 2556676c2d
commit 21ab95cf6d

View File

@ -447,7 +447,7 @@ export default {
},
handleSizeChange(current, size) {
this.ipagination.current = current
this.page.pageSize = size
this.ipagination.pageSize = size
this.getAlarmRulesPage()
},
onTypeChange(val) {