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