Browse Source

移除log

chanpin_shequ_jiagou
luyan 3 years ago
parent
commit
ff682c24b4
  1. 5
      src/views/components/resiSearch.vue

5
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
})

Loading…
Cancel
Save