From e6ac83c1fe04e95a3b89b1e1a39773465f2ffb9b Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期五, 25 七月 2025 09:02:23 +0800 Subject: [PATCH] 实时监控-右侧数据不准确修复;详情样式调整:任务名称颜色变更;预警声音提示暂时隐藏。 摄像机配置-隐藏复制粘贴功能; --- src/Pool/VideoTaskData.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Pool/VideoTaskData.ts b/src/Pool/VideoTaskData.ts index 97b230c..dca175f 100644 --- a/src/Pool/VideoTaskData.ts +++ b/src/Pool/VideoTaskData.ts @@ -86,10 +86,11 @@ // }); const rsp: any = await initTaskDataTwo({ warning:1, - tasks: [this.tasks[this.activeIndex].id], + taskIds: [this.tasks[this.activeIndex].id], treeNodes: this.cameras }); + this.taskCard = []//鍒濆鍖栨墍鏈夐璀︽暟鎹� // console.log(rsp, 'rsp鏁版嵁') if (rsp && rsp.success && rsp.data.list.datalist) { rsp.data.list.datalist.forEach(element => { @@ -110,7 +111,7 @@ const rsp: any = await monitorRealTimeTaskData({ warning:1, - tasks: [this.tasks[this.activeIndex].id], + taskIds: [this.tasks[this.activeIndex].id], // tasks: this.tasks[this.activeIndex].id.split(','), treeNodes: this.cameras }); -- Gitblit v1.8.0