优化分页

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();
},
// 重置查询