diff --git a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue index 1cee8ebe..bd456d69 100644 --- a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue +++ b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue @@ -115,7 +115,7 @@ this.isShowTheme = theme.status === '1' this.isShowDate = date.status === '1' this.isShowAddress = address.status === '1' - + this.isShowHoster = hoster.status === '1' this.title = title.defaultValue || '' this.address = address.defaultValue || uni.getStorageSync('address').address this.hoster = hoster.defaultValue || ''