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)