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)