From bf6a5ed27a1ba15fd25fb13cfab8edb256b8753c Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 23 Feb 2022 15:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E5=BB=BA=E6=B4=BB=E5=8A=A8=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/communityParty/community.vue | 2 ++ src/views/modules/visual/communityParty/dialogInfo.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index c0fce9932..67aead486 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -388,6 +388,8 @@ export default { if (code === 0) { this.detailInfo = data + this.detailInfo.serviceMatterNameShow = data.serviceMatterNameList.join(',') + this.detailInfo.unitNameShow = data.unitNameList.join(',') } else { this.$message.error(msg) } diff --git a/src/views/modules/visual/communityParty/dialogInfo.vue b/src/views/modules/visual/communityParty/dialogInfo.vue index 4a5212900..60db4c68c 100644 --- a/src/views/modules/visual/communityParty/dialogInfo.vue +++ b/src/views/modules/visual/communityParty/dialogInfo.vue @@ -19,11 +19,11 @@ -->
服务事项: - {{ info.serviceMatterName }} + {{ info.serviceMatterNameShow }}
单位名称: - {{ info.unitName }} + {{ info.unitNameShow }}
活动标题: