From 620f1f8e31cd69a752e48277570fd30f7b57d1d8 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 26 二月 2021 10:50:23 +0800
Subject: [PATCH] 朔黄检索页面改版,覆盖了一些公共样式,更新字体包

---
 src/Pool/TreeData.ts |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/Pool/TreeData.ts b/src/Pool/TreeData.ts
index e0b9b0d..6984c74 100644
--- a/src/Pool/TreeData.ts
+++ b/src/Pool/TreeData.ts
@@ -112,7 +112,6 @@
       return
     }
     let _selected = this.selectedNodes
-    console.log(this.selectedNodes)
     function nodeFilter(node: any) {
       if (node.type === '4' && node.selected) {
         _selected.push(node.id)
@@ -362,7 +361,6 @@
       cameraName: this.searchInput
     })
     if (rsp && rsp.success) {
-      console.log(rsp.data)
       this.clusterData = rsp.data ? rsp.data : []
       if (this.clusterData && this.clusterData.length > 0) {
         this.sortTreeData(this.clusterData)

--
Gitblit v1.8.0