Compare commits

...

2 Commits

Author SHA1 Message Date
RenCheng
f14c4ead73 Merge branch 'main' of http://git.hivekion.com:3000/IDCDatasync/IDCDatasync-vue 2025-05-11 16:07:57 +08:00
RenCheng
9806cc3305 提交修改 2025-05-11 16:07:53 +08:00

View File

@ -183,7 +183,7 @@ export default {
},
handleTableChange(pagination, filters, sorter) {
this.pagination = pagination
this.tableParams.pageNum = pagination.current - 1
this.tableParams.pageNum = pagination.current
this.tableParams.pageSize = pagination.pageSize
this.getTableDataList()
},