From 186dee8db959e83a753785290c4a02e681a6a109 Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期一, 10 一月 2022 18:10:46 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/vue-smart-ai --- 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