From 9712c947bebeece9da709a8a07f7625e5c2d58cd Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 15 Feb 2023 16:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E5=B7=A6=E4=BE=A7=E6=A0=91?= =?UTF-8?q?=E6=87=92=E5=8A=A0=E8=BD=BD=E4=B8=8E=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiForm.vue | 6 +- .../modules/base/community/community.vue | 129 ++++++++++++++---- 2 files changed, 102 insertions(+), 33 deletions(-) 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 @@