diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 288b75729..9f40b73b9 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -1618,9 +1618,9 @@ export default { this.getHouseList() }, async handleClick (tab, event) { - console.log(tab); - console.log(event); - console.log(tab._props.label ); + // console.log(tab); + // console.log(event); + // console.log(tab._props.label ); if (tab._props.label == '教育') { if (!this.form.resiId) { this.newForm.eduInfoDto = this.form.eduInfoDto diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 59a6ae2da..17c6603fd 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -4,7 +4,7 @@