From d0cd6fd65f31504f796a2c36c7cd4c6b217fb5d7 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Tue, 7 Mar 2023 14:33:54 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9D=83=E9=99=90=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/Permissions/views/roles/form/create.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Permissions/views/roles/form/create.vue b/modules/Permissions/views/roles/form/create.vue index 93f4e19..55d7077 100644 --- a/modules/Permissions/views/roles/form/create.vue +++ b/modules/Permissions/views/roles/form/create.vue @@ -74,7 +74,7 @@ class="w-full" :props="{ label: 'permission_name', value: 'id' }" show-checkbox - default-expand-all + :default-expand-all="false" @check="selectPermissions" :empty-text="permissionLoadingText" />