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 = {}