优化分页

This commit is contained in:
gyq 2025-01-03 10:52:05 +08:00
parent cc6d86b07c
commit 729d4bc645
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ export default {
},
//
queryHandle() {
this.page = 1;
this.tableData.page = 1;
this.cashOutAuditPage();
},
//

View File

@ -186,7 +186,7 @@ export default {
},
//
queryHandle() {
this.page = 1;
this.tableData.page = 1;
this.getTableData();
},
//