From 34d317c2513428fd6687838e7085053b1cc52ec5 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Tue, 7 Dec 2021 09:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppNotification/components/detail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/AppNotification/components/detail.vue b/src/apps/AppNotification/components/detail.vue index ac1d2654..39bafa35 100644 --- a/src/apps/AppNotification/components/detail.vue +++ b/src/apps/AppNotification/components/detail.vue @@ -59,10 +59,11 @@ import AiBack from "../../../components/AiBack"; import {mapActions} from "vuex"; import AiEmpty from "../../../components/AiEmpty"; + import AiOpenData from "../../../components/AiOpenData"; export default { name: "detail", - components:{AiBack,AiEmpty}, + components:{AiOpenData,AiBack,AiEmpty}, props:{ params:Object },