From 78100600b17b48336b5a60b0e648b1bc98a53a90 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 21 八月 2024 18:00:49 +0800
Subject: [PATCH] feat:大屏查询条件

---
 src/views/screen/components/screen-examine/components/video-chart.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/screen/components/screen-examine/components/video-chart.vue b/src/views/screen/components/screen-examine/components/video-chart.vue
index c008384..1e44dc7 100644
--- a/src/views/screen/components/screen-examine/components/video-chart.vue
+++ b/src/views/screen/components/screen-examine/components/video-chart.vue
@@ -54,7 +54,9 @@
     // "videoTransmissionBoundaryIntegrityDetection": 96.07, //浼犺緭缃戣竟鐣屽畬鏁存�ф娴嬫墸鍒嗛」
     // "keyCommandImageOnline": 96.41, //鏈堣繍琛岀巼
     // "operatingRate": 96.07 //閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜�
-      let item = { value: 0, name: "", id: 0, routerUrl: "" }
+    this.dataList = [];
+    
+    let item = { value: 0, name: "", id: 0, routerUrl: "" }
       item.value = this.videoList.platformOnline
       item.name = "骞冲彴鍦ㄧ嚎鐜�"
       item.id = 1

--
Gitblit v1.8.0