| | |
| | | function nodeFilter(node: any) { |
| | | if (node.type === '4' && node.selected) { |
| | | _selected.push(node.id) |
| | | sessionStorage.setItem('cameraDevId',node.devId) |
| | | } |
| | | if (node.children) { |
| | | node.children.forEach((n: any) => { |
| | |
| | | |
| | | function nodeFilter(node: any) { |
| | | if (node.type === '4' && (node.selected || node.checked)) { |
| | | sessionStorage.setItem("cameraDevId", node.devId); |
| | | _this.selectedNodes.push(node.id) |
| | | } |
| | | if (node.children) { |
| | |
| | | this.setDropDisable(this.treeData) |
| | | this.isFold(this.treeData) |
| | | |
| | | this.activeTreeData = this.treeData |
| | | |
| | | this.gb28181CheckedCount = 0; |
| | | this.gb28181CheckedCount = 0 |
| | | this.gb28181ChildNodeCount = this.countChildrenNodes(this.treeData) |
| | | this.activeTreeData = this.treeData |
| | | } |
| | | } |
| | | |