From 29a37b2f549da78c655abf8897f6ae98c0de4109 Mon Sep 17 00:00:00 2001
From: lohir <3399054449@qq.com>
Date: 星期三, 23 十月 2024 15:43:22 +0800
Subject: [PATCH] 完成创建工单时对工单进行白名单判断

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

diff --git a/src/views/screen/components/screen-examine/components/face-chart.vue b/src/views/screen/components/screen-examine/components/face-chart.vue
index 3cc6b3f..2bd3d77 100644
--- a/src/views/screen/components/screen-examine/components/face-chart.vue
+++ b/src/views/screen/components/screen-examine/components/face-chart.vue
@@ -41,6 +41,8 @@
       // "faceTimingAccuracy": 96.39, //鎶撴媿鍥剧墖鏃堕挓鍑嗙‘鎬�
       // "faceUploadTimeliness": 96.39, //鎶撴媿鏁版嵁涓婁紶鍙婃椂鎬�
       // "facePictureAvailability": 96.39 //鎶撴媿鏁版嵁澶у浘鍙敤鎬�
+      this.dataList = [];
+
       let item = { value: 0, name: "", id: 0, routerUrl: "" }
       item.value = this.faceList.viewConnectStability
       item.name = "瑙嗗浘搴撳鎺ョǔ瀹氭��"

--
Gitblit v1.8.0