From b4bfbb92e8f4517ada81f03df46620284ee9f5c5 Mon Sep 17 00:00:00 2001 From: jianjun Date: Thu, 23 Jun 2022 18:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E6=9F=A5=E8=AF=A2=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=20=E9=87=8D=E7=BD=AE=E6=89=80=E5=B1=9E=E7=BB=84?= =?UTF-8?q?=E7=BB=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 791eb7bb..966641c3 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -464,6 +464,7 @@ export default { // let arr3 = [...arr1, ...arr] this.$emit('search', []) // this.handleSearch() + this.orgOptions = []; }, handleSearch() { // console.log('formmmmm---', this.form) @@ -519,8 +520,8 @@ export default { }else{ this.form.AGENCY_ID='' this.form.GRID_ID = '' - } - + } + this.form.VILLAGE_ID = '' this.form.BUILD_ID = '' this.form.UNIT_ID = '' @@ -556,7 +557,7 @@ export default { // 监听基础form handleChangeForm(val) { for (let n in this.fixedForm) { - + if (n === val) { if (this.fixedList.length > 0) { let _item = {}