From e35ae0acd139abce76c9184f38befd89ea53a9c6 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Tue, 30 Nov 2021 14:48:18 +0800 Subject: [PATCH] 25123 --- src/apps/AppMeetingNotice/AppMeetingNotice.vue | 18 +++++++++--------- src/apps/AppNotification/components/add.vue | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/apps/AppMeetingNotice/AppMeetingNotice.vue b/src/apps/AppMeetingNotice/AppMeetingNotice.vue index 6247ff20..cf8ad4f6 100644 --- a/src/apps/AppMeetingNotice/AppMeetingNotice.vue +++ b/src/apps/AppMeetingNotice/AppMeetingNotice.vue @@ -68,12 +68,6 @@ } }, created() { - const {id} = this.$route.query - if(id){ - this.comp = "detail"; - this.params = id; - this.isList = false; - } this.$dict.load("meetingNoticeBefore", "meetingNoticeAfter", "meetStatus"); }, computed: { @@ -95,6 +89,15 @@ } }, methods: { + emitShow(){ + const {id} = this.$route.query + if(id){ + this.comp = "detail"; + this.params = id; + this.isList = false; + } + this.getData() + }, tag(status) { return { "0": "common/1wqr.png", @@ -147,9 +150,6 @@ } }, - onShow() { - this.getData() - } } diff --git a/src/apps/AppNotification/components/add.vue b/src/apps/AppNotification/components/add.vue index 6dc132da..921f88c1 100644 --- a/src/apps/AppNotification/components/add.vue +++ b/src/apps/AppNotification/components/add.vue @@ -15,8 +15,8 @@ -
- +
+
*发送对象