chore: 权限菜单默认不展开
This commit is contained in:
parent
a99d9bbe02
commit
d0cd6fd65f
@ -74,7 +74,7 @@
|
|||||||
class="w-full"
|
class="w-full"
|
||||||
:props="{ label: 'permission_name', value: 'id' }"
|
:props="{ label: 'permission_name', value: 'id' }"
|
||||||
show-checkbox
|
show-checkbox
|
||||||
default-expand-all
|
:default-expand-all="false"
|
||||||
@check="selectPermissions"
|
@check="selectPermissions"
|
||||||
:empty-text="permissionLoadingText"
|
:empty-text="permissionLoadingText"
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user