diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index df9798ee..257db596 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -465,6 +465,7 @@ export default { // let arr3 = [...arr1, ...arr] this.$emit('search', []) // this.handleSearch() + this.orgOptions = []; }, handleSearch() { // console.log('formmmmm---', this.form) @@ -520,8 +521,8 @@ export default { }else{ this.form.AGENCY_ID='' this.form.GRID_ID = '' - } - + } + this.form.VILLAGE_ID = '' this.form.BUILD_ID = '' this.form.UNIT_ID = '' @@ -557,7 +558,7 @@ export default { // 监听基础form handleChangeForm(val) { for (let n in this.fixedForm) { - + if (n === val) { if (this.fixedList.length > 0) { let _item = {}