From 07d14cf6edbef9436aa5909bcb6b2329ecc6f9a2 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期五, 15 七月 2022 14:44:44 +0800 Subject: [PATCH] 禅道bug --- src/Pool/TreeData.ts | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Pool/TreeData.ts b/src/Pool/TreeData.ts index 330295e..8b93a3d 100644 --- a/src/Pool/TreeData.ts +++ b/src/Pool/TreeData.ts @@ -498,10 +498,9 @@ this.setDropDisable(this.treeData) this.isFold(this.treeData) - this.activeTreeData = this.treeData - - this.gb28181CheckedCount = 0; + this.gb28181CheckedCount = 0 this.gb28181ChildNodeCount = this.countChildrenNodes(this.treeData) + this.activeTreeData = this.treeData } } -- Gitblit v1.8.0