优化分页
This commit is contained in:
parent
cc6d86b07c
commit
729d4bc645
|
|
@ -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();
|
||||
},
|
||||
// 重置查询
|
||||
|
|
|
|||
Loading…
Reference in New Issue