test tree
This commit is contained in:
@@ -129,6 +129,7 @@ const isChildAllSelected = computed(() => {
|
||||
}
|
||||
|
||||
return (node: TreeData): boolean => {
|
||||
console.log(props.selectParent)
|
||||
if (props.checkStrictly) {
|
||||
return false;
|
||||
} else if(props.selectParent) {
|
||||
|
||||
Reference in New Issue
Block a user