Browse Source

Merge remote-tracking branch 'origin/dev_resi_search_agency'

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

7
src/views/components/resiSearch.vue

@ -465,6 +465,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)
@ -520,8 +521,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 = ''
@ -557,7 +558,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