From 3ca363bca8ff94a20d853c3376e0833ef34a4f14 Mon Sep 17 00:00:00 2001 From: moon69 <1016830869@qq.com> Date: Wed, 24 Jan 2024 08:13:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20deptExpand=20=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=8A=98=E5=8F=A0=EF=BC=8C=E4=BD=86=E6=98=AF=E6=9D=83?= =?UTF-8?q?=E9=99=90=E8=8C=83=E5=9B=B4=E5=8D=B4=E9=BB=98=E8=AE=A4=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: moon69 <1016830869@qq.com> --- src/views/system/role/RoleDataPermissionForm.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/system/role/RoleDataPermissionForm.vue b/src/views/system/role/RoleDataPermissionForm.vue index 8747bd741..0a5b3263c 100644 --- a/src/views/system/role/RoleDataPermissionForm.vue +++ b/src/views/system/role/RoleDataPermissionForm.vue @@ -49,7 +49,6 @@ :check-strictly="!checkStrictly" :data="deptOptions" :props="defaultProps" - default-expand-all empty-text="加载中,请稍后" node-key="id" show-checkbox -- Gitee