From a21e52816b2ff20d8d54ec3fc50cca5b329b3616 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 23 Apr 2024 10:41:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E7=94=B3=E8=AF=B72?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/claimAndRefund/constructionSite/constructionSite.vue | 2 ++ sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue | 2 ++ sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue index 0f69eefc..878a6dab 100644 --- a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue +++ b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue @@ -543,6 +543,8 @@ export default { }, /** 重置按钮操作 */ resetQuery() { + this.queryParams.unitId = '' + this.queryParams.lotId = '' this.resetForm('queryForm') this.handleQuery() }, diff --git a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue index faa467ad..8bb6d2ac 100644 --- a/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receive/receiveApply.vue @@ -415,6 +415,8 @@ /** 重置按钮操作 */ resetQuery() { this.queryParams.time = [] + this.queryParams.unitId = '' + this.queryParams.proId = '' this.resetForm('queryForm') this.GetUnitData() this.GetProData() diff --git a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue index 40b8f62a..2fd2c627 100644 --- a/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue +++ b/sgzb-ui/src/views/claimAndRefund/receiveByCq/receiveApply.vue @@ -431,6 +431,8 @@ /** 重置按钮操作 */ resetQuery() { this.queryParams.time = [] + this.queryParams.unitId = '' + this.queryParams.proId = '' this.resetForm('queryForm') this.GetUnitData() this.GetProData()