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()