From 610ca140a61242b3ef5eaafb8885732307d0b2b2 Mon Sep 17 00:00:00 2001 From: leejh Date: Mon, 4 Nov 2019 11:35:52 +0900 Subject: [PATCH] =?UTF-8?q?bug=20fix=20::=20=EC=A1=B0=EC=A7=81=EB=8F=84=20?= =?UTF-8?q?>=20=EB=B6=80=EC=84=9C=EC=9B=90=20=EB=A6=AC=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EC=9D=98=20=EC=A0=84=EC=B2=B4=EC=84=A0=ED=83=9D=20::=20?= =?UTF-8?q?=EB=B6=80=EC=84=9C=EC=9B=90=EC=9D=B4=20=EC=97=86=EB=8A=94=20?= =?UTF-8?q?=EB=B6=80=EC=84=9C=20=EC=84=A0=ED=83=9D=EC=8B=9C=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=EC=84=A0=ED=83=9D=EB=90=98=EB=8A=94=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/left-sidenav/organization.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-sidenav/organization.component.ts b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-sidenav/organization.component.ts index 57779f26..bbd7ddcb 100644 --- a/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-sidenav/organization.component.ts +++ b/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-sidenav/organization.component.ts @@ -195,7 +195,8 @@ export class OrganizationComponent implements OnInit, OnDestroy { /** 전체 체크여부 */ getCheckedAllUser() { if ( - this.selectedDepartmentUserInfoList && + !this.selectedDepartmentUserInfoList || + this.selectedDepartmentUserInfoList.length === 0 || this.selectedDepartmentUserInfoList.filter( item => !(