diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue index 7ea56ca9..ed31212c 100644 --- a/src/apps/AppNotification/AppNotification.vue +++ b/src/apps/AppNotification/AppNotification.vue @@ -91,7 +91,15 @@ } }, - onLoad() { + onLoad(opt) { + if(opt.id){ + this.comp = "detail"; + this.params = { + id: opt.id + flag: true + }; + this.showList = false; + } this.$dict.load("announcementStatus"); },