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

Loading…
Cancel
Save