bug fix :: 조직도 > 부서원 리스트의 전체선택 :: 부서원이 없는 부서 선택시 전체선택되는 문제 수정.
This commit is contained in:
parent
d323168b4f
commit
610ca140a6
|
@ -195,7 +195,8 @@ export class OrganizationComponent implements OnInit, OnDestroy {
|
||||||
/** 전체 체크여부 */
|
/** 전체 체크여부 */
|
||||||
getCheckedAllUser() {
|
getCheckedAllUser() {
|
||||||
if (
|
if (
|
||||||
this.selectedDepartmentUserInfoList &&
|
!this.selectedDepartmentUserInfoList ||
|
||||||
|
this.selectedDepartmentUserInfoList.length === 0 ||
|
||||||
this.selectedDepartmentUserInfoList.filter(
|
this.selectedDepartmentUserInfoList.filter(
|
||||||
item =>
|
item =>
|
||||||
!(
|
!(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user