From c75476df299f430907a298ed8bcff0a9a7e2d385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E4=B8=AB=E8=AE=B2=E6=A2=B5?= Date: Sun, 12 Nov 2023 13:57:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E6=97=A0=E6=B3=95=E5=8B=BE=E9=80=89=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=88=86=E7=BB=84=E7=9A=84=E9=97=AE=E9=A2=98=20(#52)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/personnel/user/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/personnel/user/index.vue b/src/views/personnel/user/index.vue index a9956d6..69fc378 100644 --- a/src/views/personnel/user/index.vue +++ b/src/views/personnel/user/index.vue @@ -710,7 +710,7 @@ export default { return { id: node.ID, label: node.groupType + '=' + node.groupName, - isDisabled: node.groupType === 'ou' || node.groupName === 'root' || node.ID === 0, + isDisabled: node.groupType === 'ou' || node.groupName === 'root', children: node.children } },