Browse Source

居民查询范围 重置所属组织

shibei_master
jianjun 3 years ago
parent
commit
b4bfbb92e8
  1. 7
      src/views/components/resiSearch.vue

7
src/views/components/resiSearch.vue

@ -464,6 +464,7 @@ export default {
// let arr3 = [...arr1, ...arr] // let arr3 = [...arr1, ...arr]
this.$emit('search', []) this.$emit('search', [])
// this.handleSearch() // this.handleSearch()
this.orgOptions = [];
}, },
handleSearch() { handleSearch() {
// console.log('formmmmm---', this.form) // console.log('formmmmm---', this.form)
@ -519,8 +520,8 @@ export default {
}else{ }else{
this.form.AGENCY_ID='' this.form.AGENCY_ID=''
this.form.GRID_ID = '' this.form.GRID_ID = ''
} }
this.form.VILLAGE_ID = '' this.form.VILLAGE_ID = ''
this.form.BUILD_ID = '' this.form.BUILD_ID = ''
this.form.UNIT_ID = '' this.form.UNIT_ID = ''
@ -556,7 +557,7 @@ export default {
// form // form
handleChangeForm(val) { handleChangeForm(val) {
for (let n in this.fixedForm) { for (let n in this.fixedForm) {
if (n === val) { if (n === val) {
if (this.fixedList.length > 0) { if (this.fixedList.length > 0) {
let _item = {} let _item = {}

Loading…
Cancel
Save