test tree

This commit is contained in:
2023-05-15 09:36:26 +08:00
parent 8f88083070
commit e2cdf6eb6b
4 changed files with 4 additions and 1 deletions

View File

@@ -17900,6 +17900,7 @@ class Tree {
}
setCheckedKeys(checked, checkStrictly, node) {
node.isChecked = checked;
console.log(node);
if (node.selectParent) {
return false;
}