From 05598cd181f8ece348563109920d671225af3ef6 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Mon, 29 Dec 2025 17:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/cost/component/applyHome.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue index 564bb815..053b20ef 100644 --- a/src/views/material/cost/component/applyHome.vue +++ b/src/views/material/cost/component/applyHome.vue @@ -375,7 +375,7 @@ - 查询 + 查询 重置 @@ -800,9 +800,13 @@ export default { this.transferQuery.auditProId = row.projectId this.transferQuery.auditUnitId = row.unitId this.transferView = true - this.getTransferList(row) + this.getTransferList() }, - async getTransferList(row) { + handleQueryTransfer() { + this.transferQuery.pageNum = 1 + this.getTransferList() + }, + async getTransferList() { try { this.isLoading = true const res = await getReceiveList(this.transferQuery)