From 1b198244725ea91e68d1ec4f94eccb27be4e8c4f Mon Sep 17 00:00:00 2001 From: cpf <1105965053@qq.com> Date: Thu, 7 Jul 2022 09:28:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=9C=BA=E6=9E=84=E6=98=BE=E7=A4=BA=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/system-management/user/user.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/system-management/user/user.component.ts b/src/app/system-management/user/user.component.ts index 1e4a2cb..53efe22 100644 --- a/src/app/system-management/user/user.component.ts +++ b/src/app/system-management/user/user.component.ts @@ -118,7 +118,8 @@ export class UserComponent implements OnInit { let OrganizationUnitId = sessionStorage.getItem('isGasStation') == 'true' ? JSON.parse(sessionStorage.getItem('userdataOfgasstation')).organization.id : JSON.parse(sessionStorage.getItem('userdata')).organization.id let params = { OrganizationUnitId: OrganizationUnitId, - IsContainsChildren: String(this.IsContainsChildren) + IsContainsChildren: "true", + IsUsersCountContainsChildren:String(this.IsContainsChildren) } await new Promise((resolve, reject) => { this.http.get(this.CountsByOrganizations, {