test tree
This commit is contained in:
parent
72e79b3361
commit
2eec5e9df0
@ -96,6 +96,7 @@ const _sfc_main$1 = defineComponent({
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
return (node) => {
|
return (node) => {
|
||||||
|
console.log(props.selectParent);
|
||||||
if (props.checkStrictly) {
|
if (props.checkStrictly) {
|
||||||
return false;
|
return false;
|
||||||
} else if (props.selectParent) {
|
} else if (props.selectParent) {
|
||||||
|
@ -17693,6 +17693,7 @@ const _sfc_main$K = defineComponent({
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
return (node) => {
|
return (node) => {
|
||||||
|
console.log(props.selectParent);
|
||||||
if (props.checkStrictly) {
|
if (props.checkStrictly) {
|
||||||
return false;
|
return false;
|
||||||
} else if (props.selectParent) {
|
} else if (props.selectParent) {
|
||||||
|
@ -129,6 +129,7 @@ const isChildAllSelected = computed(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (node: TreeData): boolean => {
|
return (node: TreeData): boolean => {
|
||||||
|
console.log(props.selectParent)
|
||||||
if (props.checkStrictly) {
|
if (props.checkStrictly) {
|
||||||
return false;
|
return false;
|
||||||
} else if(props.selectParent) {
|
} else if(props.selectParent) {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user