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

@@ -83,6 +83,7 @@ function recursiveNodeClick(node: TreeData) {
}
function handleChange(checked: boolean, node: TreeData) {
debugger
props.tree.setCheckedKeys(checked, props.checkStrictly || props.selectParent, node);
}