Merge pull request #103 from aklivecai/2024

角色权限-数据权限-数据范围-自定义部门选择 无法显示名称bug修复
This commit is contained in:
孟帅 2024-05-15 12:06:01 +08:00 committed by GitHub
commit 69b8f42092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,7 @@
<n-tree-select
multiple
key-field="id"
label-field="name"
:options="deptList"
v-model:value="formValue.customDept"
:default-expand-all="true"