From 3834d30a6d56ad7c4d4f5fe630af649ab6826428 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期日, 28 八月 2022 22:25:58 +0800
Subject: [PATCH] 修复管理中心首页分析项

---
 src/views/search/Searching.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/search/Searching.vue b/src/views/search/Searching.vue
index ddd4328..965a0f7 100644
--- a/src/views/search/Searching.vue
+++ b/src/views/search/Searching.vue
@@ -161,7 +161,7 @@
               class="export-excel-wrapper"
               :data="VideoPhotoData.cards"
               :fields="json_fields"
-              :name="'瑙嗛鍒嗘瀽鎶ヨ缁熻' + searchTimeFormated + '.xls'"
+              :name="'瑙嗛鍒嗘瀽鎶ヨ缁熻' + searchTimeFormated + '.xlsx'"
             >
               <!-- 涓婇潰鍙互鑷畾涔夎嚜宸辩殑鏍峰紡锛岃繕鍙互寮曠敤鍏朵粬缁勪欢button -->
               <!-- <el-button type="primary" size="small">瀵煎嚭EXCEL</el-button> -->
@@ -777,7 +777,6 @@
       } else {
         this.setLoadSearch(this.VideoPhotoData.findPersonByPage())
       }
-      console.log("cards", this.VideoPhotoData.cards)
     },
     stringToNum() {
       var arr = []
@@ -841,6 +840,7 @@
       this.tagValues = []
       this.taskValues = []
       this.alarmValues = []
+      this.warningFlag = 0
       this.VideoPhotoData.queryTabs = []
       this.VideoPhotoData.queryTasks = []
       this.VideoPhotoData.queryAlarmlevel = []

--
Gitblit v1.8.0