From f5f15af45f76fd0980cfd5740aebd8dc7f9f26ce Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 17 Jun 2022 17:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppCountryAlbum/Watermark.vue | 4 ++-- .../AppCountryAlbum/components/report/MeetingMminutes.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/saas/AppCountryAlbum/Watermark.vue b/src/saas/AppCountryAlbum/Watermark.vue index 4d2b5314..4ce102b7 100644 --- a/src/saas/AppCountryAlbum/Watermark.vue +++ b/src/saas/AppCountryAlbum/Watermark.vue @@ -12,7 +12,7 @@
@@ -141,7 +141,7 @@ data () { return { img: '', - currIndex: -1, + currIndex: 0, isHide: true, height: '100%', waterSrc: '', diff --git a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue index 1450fd5e..db142b56 100644 --- a/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue +++ b/src/saas/AppCountryAlbum/components/report/MeetingMminutes.vue @@ -102,7 +102,7 @@ if (v.length) { const title = v.filter(v => v.type === '17')[0] const hoster = v.filter(v => v.type === '26')[0] - const date = v.filter(v => v.type === '0')[0] + const date = v.filter(v => v.type === '1')[0] const address = v.filter(v => v.type === '29')[0] const remark = v.filter(v => v.type === '31')[0] const theme = v.filter(v => v.type === '30')[0]