From 93e7d5e2b41156c4849715cc462519c0aa4d69e1 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 25 二月 2021 16:06:11 +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