src/Pool/TreeData.ts
@@ -338,7 +338,6 @@ } else { if (n.type == "menu" && this.zTree) { n.isParent = true console.log(n) } } }) @@ -492,7 +491,6 @@ this.gb28181CheckedCount = 0 this.gb28181ChildNodeCount = this.countChildrenNodes(this.treeData) this.activeTreeData = this.treeData console.log(this.activeTreeData) } }