chore: 权限菜单默认不展开

This commit is contained in:
JaguarJack 2023-03-07 14:33:54 +08:00
parent a99d9bbe02
commit d0cd6fd65f

View File

@ -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"
/> />