分页参数修改下一页

master
ZhiShuo_Lou 2023-11-25 08:18:56 +08:00
parent 3b43bf68c2
commit 92f65e2be7
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ export default {
this.getFenceList() this.getFenceList()
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.selectQuery.pageNum = val this.selectQuery.page = val
this.getFenceList() this.getFenceList()
}, },
handleSelectionChange(val) { handleSelectionChange(val) {