test tree

This commit is contained in:
2023-05-15 10:08:06 +08:00
parent 4b56b2b09c
commit fc825565d7
4 changed files with 4 additions and 4 deletions

View File

@@ -17650,7 +17650,7 @@ const _sfc_main$K = defineComponent({
emit("node-click", node);
}
function handleChange(checked, node) {
props.tree.setCheckedKeys(checked, props.checkStrictly && props.selectParent, node);
props.tree.setCheckedKeys(checked, props.checkStrictly || props.selectParent, node);
}
function handleIconClick(node) {
node.isLeaf = !node.isLeaf;