From 4c03db2f0d6b4320e670b770f4c1e252809303a3 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 18 九月 2024 01:00:51 +0800
Subject: [PATCH] 大屏数据对接2

---
 src/views/screen/components/screen-examine/components/car-chart.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/screen/components/screen-examine/components/car-chart.vue b/src/views/screen/components/screen-examine/components/car-chart.vue
index 48f4788..a21654c 100644
--- a/src/views/screen/components/screen-examine/components/car-chart.vue
+++ b/src/views/screen/components/screen-examine/components/car-chart.vue
@@ -43,6 +43,8 @@
       // "vehicleUploadTimeliness": 95.26, //鎶撴媿鏁版嵁涓婁紶鍙婃椂鎬�
       // "vehicleUrlAvailability": 95.26, //url鍙敤鎬�
       // "vehiclePictureAvailability": 95.26 //鎶撴媿鏁版嵁澶у浘鍙敤鎬�
+      this.dataList = [];
+      
       let item = { value: 0, name: "", id: 0, routerUrl: "" }
       item.value = this.carList.viewConnectStability
       item.name = "瑙嗗浘搴撳鎺ョǔ瀹氭��"

--
Gitblit v1.8.0