Commit 07e93f76 by caoyanzhi

fix:修复选择复选框没有触发选中节点更新的bug

parent eff22719
......@@ -19,7 +19,8 @@
:check-on-click-node="true"
:props="{ label: 'menuName' }"
:default-checked-keys="checkedId[activeMenuId]"
@node-click="onNodeClick">
@node-click="onNodeClick"
@check="onNodeClick">
</el-tree>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment