From 6ef2ac92c0d3f79b59b8698274918df830b58b29 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期四, 28 七月 2022 10:20:24 +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