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 @@ -->