修改切换分页的问题
This commit is contained in:
parent
2556676c2d
commit
21ab95cf6d
|
@ -447,7 +447,7 @@ export default {
|
||||||
},
|
},
|
||||||
handleSizeChange(current, size) {
|
handleSizeChange(current, size) {
|
||||||
this.ipagination.current = current
|
this.ipagination.current = current
|
||||||
this.page.pageSize = size
|
this.ipagination.pageSize = size
|
||||||
this.getAlarmRulesPage()
|
this.getAlarmRulesPage()
|
||||||
},
|
},
|
||||||
onTypeChange(val) {
|
onTypeChange(val) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user