From 0e8e82f321ff62f05f5251061a16375f49e69054 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 27 May 2022 16:20:19 +0800 Subject: [PATCH] bug --- src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || ''