From b5a0522fb99efb44c313e61f56723cc63886dc7b Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 19 Jul 2022 14:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E5=90=88=E9=80=9A=E8=AE=AF=E5=BD=95?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Announce/AppAnnounce/components/List.vue | 2 +- .../AppAnnounceStatistics.vue | 28 +++++++++---------- .../apps/AppAddressBook/components/List.vue | 2 +- .../apps/AppAskForm/components/FormList.vue | 10 +++---- .../apps/AppAskForm/components/Statistics.vue | 8 +++--- .../apps/AppAskForm/components/Template.vue | 2 +- project/sass/apps/AppConference/detail.vue | 2 +- project/sass/apps/AppConference/list.vue | 2 +- .../sass/apps/AppInterview/AppInterview.vue | 2 +- .../apps/AppNotification/components/add.vue | 2 +- .../AppNotification/components/detail.vue | 2 +- .../components/manageDetail.vue | 2 +- .../components/noticeManage.vue | 4 +-- .../components/recentNotice.vue | 2 +- 14 files changed, 35 insertions(+), 35 deletions(-) diff --git a/project/sass/apps/Announce/AppAnnounce/components/List.vue b/project/sass/apps/Announce/AppAnnounce/components/List.vue index 962bec08..a7b7d69f 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/List.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/List.vue @@ -139,7 +139,7 @@ export default { this.$nextTick(() => { this.loading = false - this.$initWxOpenData() + this.$store.dispatch('initOpenData') }) } else { this.loading = false diff --git a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue index 82bec521..7a2954fb 100644 --- a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue +++ b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue @@ -16,7 +16,7 @@ -