diff --git a/src/views/finance/components/withdraw-manage.vue b/src/views/finance/components/withdraw-manage.vue index 0e60414..5b425a8 100644 --- a/src/views/finance/components/withdraw-manage.vue +++ b/src/views/finance/components/withdraw-manage.vue @@ -205,7 +205,7 @@ export default { }, // 开始查询 queryHandle() { - this.page = 1; + this.tableData.page = 1; this.cashOutAuditPage(); }, // 重置查询 diff --git a/src/views/finance/components/withdrawTotal.vue b/src/views/finance/components/withdrawTotal.vue index 4901bb0..344d417 100644 --- a/src/views/finance/components/withdrawTotal.vue +++ b/src/views/finance/components/withdrawTotal.vue @@ -186,7 +186,7 @@ export default { }, // 开始查询 queryHandle() { - this.page = 1; + this.tableData.page = 1; this.getTableData(); }, // 重置查询