|
|
@ -520,8 +520,6 @@ export default { |
|
|
}, |
|
|
}, |
|
|
handleChangeAgency(val) { |
|
|
handleChangeAgency(val) { |
|
|
let obj = this.$refs["myCascader"].getCheckedNodes()[0].data |
|
|
let obj = this.$refs["myCascader"].getCheckedNodes()[0].data |
|
|
console.log('val====',val); |
|
|
|
|
|
console.log('obj====',obj); |
|
|
|
|
|
if (obj) { |
|
|
if (obj) { |
|
|
//市北定制化需求,组织与网格多选 |
|
|
//市北定制化需求,组织与网格多选 |
|
|
this.form.GRID_IDS.push(obj.agencyId); |
|
|
this.form.GRID_IDS.push(obj.agencyId); |
|
|
@ -538,7 +536,6 @@ export default { |
|
|
this.getValiheList() |
|
|
this.getValiheList() |
|
|
}, |
|
|
}, |
|
|
handleChangeGrid(val) { |
|
|
handleChangeGrid(val) { |
|
|
console.log('val', val) |
|
|
|
|
|
this.form.VILLAGE_ID = '' |
|
|
this.form.VILLAGE_ID = '' |
|
|
this.form.BUILD_ID = '' |
|
|
this.form.BUILD_ID = '' |
|
|
this.form.UNIT_ID = '' |
|
|
this.form.UNIT_ID = '' |
|
|
@ -546,7 +543,6 @@ export default { |
|
|
this.getValiheList() |
|
|
this.getValiheList() |
|
|
}, |
|
|
}, |
|
|
handleChangeV(val) { |
|
|
handleChangeV(val) { |
|
|
console.log('val', val) |
|
|
|
|
|
this.form.BUILD_ID = '' |
|
|
this.form.BUILD_ID = '' |
|
|
this.form.UNIT_ID = '' |
|
|
this.form.UNIT_ID = '' |
|
|
this.form.HOME_ID = '' |
|
|
this.form.HOME_ID = '' |
|
|
@ -599,7 +595,6 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
console.log('fixedList----999', this.fixedList) |
|
|
|
|
|
this.tempFormList.forEach((item) => { |
|
|
this.tempFormList.forEach((item) => { |
|
|
if (item.columnName === val) item.isChange = true |
|
|
if (item.columnName === val) item.isChange = true |
|
|
}) |
|
|
}) |
|
|
|