test tree
This commit is contained in:
@@ -78,6 +78,9 @@ const _sfc_main$1 = defineComponent({
|
||||
}
|
||||
let childSelectNum = 0;
|
||||
let res = false;
|
||||
if (!props.selectParent) {
|
||||
return false;
|
||||
}
|
||||
for (const item of node.children) {
|
||||
if (item.isChecked)
|
||||
childSelectNum++;
|
||||
|
||||
Reference in New Issue
Block a user