From 8d27df05d693093730099cf4a6be394172ce3452 Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Tue, 23 Jun 2026 08:53:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BC=98=E5=8C=96=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E6=9F=A5=E7=9C=8B=E7=94=BB=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/notice/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layout/components/notice/index.vue b/src/layout/components/notice/index.vue index cd488b7..b447ff3 100644 --- a/src/layout/components/notice/index.vue +++ b/src/layout/components/notice/index.vue @@ -34,7 +34,7 @@ >
@@ -59,6 +59,7 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance; import { nextTick } from 'vue'; import { useVideosStore } from '@/store/modules/video'; const videosStore = useVideosStore(); +const monitoringArea = ref(''); const warningListStore = useWarningListStore(); const noticeStore = useNoticeStore(); @@ -117,6 +118,7 @@ const handleSee = async (row: any) => { } await videosStore.getVideos(videoId); monitorVideoUrl.value = videosStore.hisUrl; + monitoringArea.value = row.monitoringArea; dialog.visible = true; await nextTick(); initHls(monitorVideoUrl, monitorVideoRef);