From 75780820a7be1ba176dbb13111e14111ac382ea5 Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Fri, 8 Jul 2022 15:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/system-management/user/user.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/system-management/user/user.component.ts b/src/app/system-management/user/user.component.ts index 3a8ac6e..d804272 100644 --- a/src/app/system-management/user/user.component.ts +++ b/src/app/system-management/user/user.component.ts @@ -134,7 +134,7 @@ export class UserComponent implements OnInit { products: data ? data : false } }) - //404 + for (let index = 0; index < arrs.length; index++) { if (arrs[index].id == OrganizationUnitId) { arrs[index].parentId = null