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

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