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