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 @@