mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(components): 修复部门选择组件非树结构,默认展开失败问题
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user