ZZJ
2022-01-10 186dee8db959e83a753785290c4a02e681a6a109
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)
    }
  }