test tree

This commit is contained in:
2023-05-12 16:22:05 +08:00
parent 72e79b3361
commit 2eec5e9df0
4 changed files with 4 additions and 1 deletions

View File

@@ -129,6 +129,7 @@ const isChildAllSelected = computed(() => {
}
return (node: TreeData): boolean => {
console.log(props.selectParent)
if (props.checkStrictly) {
return false;
} else if(props.selectParent) {