From ff682c24b4007495e483fa46428f4032b313a216 Mon Sep 17 00:00:00 2001 From: luyan Date: Thu, 6 Apr 2023 17:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 5 ----- 1 file changed, 5 deletions(-) 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 })