From 3ad5e6df619db267e10ec9435066f143cfd55ae0 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 22 四月 2022 16:30:06 +0800 Subject: [PATCH] login type code --- src/components/giantTree/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/giantTree/index.vue b/src/components/giantTree/index.vue index ab602d2..13ad53d 100644 --- a/src/components/giantTree/index.vue +++ b/src/components/giantTree/index.vue @@ -287,7 +287,9 @@ this.showDialog = true; }, itemClick(evt, treeId, treeNode) { + console.log("click"); this.TreeDataPool.selectedNode = treeNode; + this.TreeDataPool.activeNode = treeNode; this.TreeDataPool.treeType = this.treeName; // 澶氶�� @@ -315,7 +317,6 @@ itemCheck(evt, treeId, treeNode) { this.TreeDataPool.selectedNode = treeNode; this.TreeDataPool.treeType = this.treeName; - debugger; // 澶氶�� // this.ztreeObj.checkNode(treeNode, true, false, false); let checkedNodes = this.ztreeObj.getCheckedNodes(true); -- Gitblit v1.8.0