From cc9c81b565a6abe016375038f28450e8ce2da0d0 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Mon, 22 Nov 2021 15:19:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppNotification/AppNotification.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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"); },