test tree

This commit is contained in:
2023-05-15 10:33:12 +08:00
parent 93447cf66d
commit 23c229f9ed
4 changed files with 71 additions and 68 deletions

View File

@@ -53,6 +53,7 @@ const _sfc_main$1 = defineComponent({
emit("node-click", node);
}
function handleChange(checked, node) {
debugger;
props.tree.setCheckedKeys(checked, props.checkStrictly || props.selectParent, node);
}
function handleIconClick(node) {