test tree

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

View File

@ -96,6 +96,7 @@ const _sfc_main$1 = defineComponent({
return res;
}
return (node) => {
console.log(props.selectParent);
if (props.checkStrictly) {
return false;
} else if (props.selectParent) {

View File

@ -17693,6 +17693,7 @@ const _sfc_main$K = defineComponent({
return res;
}
return (node) => {
console.log(props.selectParent);
if (props.checkStrictly) {
return false;
} else if (props.selectParent) {

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) {

File diff suppressed because one or more lines are too long