优化分页
This commit is contained in:
@@ -205,7 +205,7 @@ export default {
|
||||
},
|
||||
// 开始查询
|
||||
queryHandle() {
|
||||
this.page = 1;
|
||||
this.tableData.page = 1;
|
||||
this.cashOutAuditPage();
|
||||
},
|
||||
// 重置查询
|
||||
|
||||
@@ -186,7 +186,7 @@ export default {
|
||||
},
|
||||
// 开始查询
|
||||
queryHandle() {
|
||||
this.page = 1;
|
||||
this.tableData.page = 1;
|
||||
this.getTableData();
|
||||
},
|
||||
// 重置查询
|
||||
|
||||
Reference in New Issue
Block a user