haoxuan
2023-08-31 401524fb5661d57ffb2229d683fe4de85b65fd1c
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)
    }
  }