From cf721770f429a1f4d5f281be8ab7818c0c8a6d4c Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期日, 28 四月 2024 10:50:13 +0800 Subject: [PATCH] 2024-4-28 资源要求-设备管理前端 el-cascader 调整 --- src/components/view/notice-detail.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/view/notice-detail.vue b/src/components/view/notice-detail.vue index 65e5518..bcea964 100644 --- a/src/components/view/notice-detail.vue +++ b/src/components/view/notice-detail.vue @@ -16,8 +16,8 @@ </div> </div> <div class="info-box" v-if="noticeInfo.jumpPath"> - <component class="notice-content" :is="noticeInfo.jumpPath" style="height: 500px;" > - </component> + <!-- <component class="notice-content" :is="noticeInfo.jumpPath" style="height: 500px;" > + </component> --> </div> </div> </template> @@ -47,6 +47,7 @@ this.noticeInfo = JSON.parse(sessionStorage.getItem("noticeInfo")); this.$bus.$on("change", (msg) => { this.noticeInfo = JSON.parse(msg); + console.log(this.noticeInfo); sessionStorage.setItem("noticeInfo", msg); }); }, -- Gitblit v1.9.3