From 72085226bc9f82a9129b8fbcd17fab1edf9ef270 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 05 一月 2024 15:08:19 +0800
Subject: [PATCH] 1. 修复飞行巡检模块中有效率异常详情弹出框无法正常显示的bug; 2.优化各异常类型的折线图配置项生成逻辑;

---
 src/views/exception/components/CompFlightInspection.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/exception/components/CompFlightInspection.vue b/src/views/exception/components/CompFlightInspection.vue
index b2dbd4f..ff0fcb1 100644
--- a/src/views/exception/components/CompFlightInspection.vue
+++ b/src/views/exception/components/CompFlightInspection.vue
@@ -176,7 +176,7 @@
 
       // 鏍囪浣�
       flag: {
-        // 鍔犺浇鏃� 涓婁笅鏉℃寜閽笉鑳藉啀鐐瑰嚮
+        // 鏁版嵁鍔犺浇鏃� 涓婁笅鏉℃寜閽笉鑳藉啀鐐瑰嚮
         banTouch: 0,
         // 0浠h〃鍒嗛〉锛�1浠h〃涓嶅垎椤�
         originClick: 0
@@ -549,7 +549,6 @@
         let endIndex = dateList.findIndex((item) => item === exceptionET)
 
         // 璁剧疆鎶樼嚎鍥鹃厤缃」
-        // this.reSetChart(dateList, dustValue, exceptionBT, exceptionET, startIndex, endIndex)
         this.dialog.option = exceptionOption.setExceptionChartOption(
           dateList,
           dustValue,
@@ -923,7 +922,6 @@
 
       params['beginTime'] = this.beginTime
       params['endTime'] = this.endTime
-      console.log('name',this.siteName)
       this.$http.get('/dust/exceptiondata', { params: params }).then((response) => {
         // 淇濆瓨杩斿洖鐨�
         // this.tableData = response.data.data.rows;
@@ -1363,6 +1361,8 @@
 }
 /* 琛ㄦ牸妯″潡缁撴潫 */
 
+
+
 /* 鏌ョ湅璇︽儏瀵硅瘽妗嗘ā鍧楃殑鏍峰紡 */
 
 .diag-head {

--
Gitblit v1.9.3