From 401524fb5661d57ffb2229d683fe4de85b65fd1c Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 31 八月 2023 17:54:24 +0800
Subject: [PATCH] 生产管理看板+删不需要的文件

---
 src/Pool/TreeData.ts |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/Pool/TreeData.ts b/src/Pool/TreeData.ts
index a737b7e..c9983a8 100644
--- a/src/Pool/TreeData.ts
+++ b/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)
     }
   }
 

--
Gitblit v1.8.0