From 041e543111ff5b38dfa2815169cb4e31424e1893 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期三, 03 二月 2021 11:24:03 +0800 Subject: [PATCH] 事件推送字段配置接口调试 --- src/components/treeMenu/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/treeMenu/index.vue b/src/components/treeMenu/index.vue index 48b9547..7b0acac 100644 --- a/src/components/treeMenu/index.vue +++ b/src/components/treeMenu/index.vue @@ -321,7 +321,7 @@ this.showDialog = true; }, itemClick(node, item, e) { - // console.log('jsTree index.vue', item) + console.log('jsTree index.vue', item) this.TreeDataPool.selectedNode = item; this.TreeDataPool.updateSelectedNodes(); this.TreeDataPool.treeType = this.treeName; -- Gitblit v1.8.0