fix(components): 修复部门选择组件非树结构,默认展开失败问题

This commit is contained in:
AN
2025-06-10 20:33:11 +08:00
parent aeb736ebf1
commit da1c16e023
2 changed files with 12 additions and 8 deletions

View File

@ -149,7 +149,6 @@ defineExpose({
<NCheckbox v-model:checked="cascade" :checked-value="true" :unchecked-value="false">父子联动</NCheckbox>
</div>
<NSpin class="resource h-full w-full py-6px pl-3px" content-class="h-full" :show="loading">
{{ checkedKeys }}
<NTree
ref="menuTreeRef"
v-model:checked-keys="checkedKeys"