# 이슈처리 236

This commit is contained in:
leejinho 2020-02-17 11:36:06 +09:00
parent 10744cfb60
commit f113e66377

View File

@ -182,6 +182,12 @@ export class CreateChatDialogComponent implements OnInit, OnDestroy {
const loginInfo = this.sessionStorageService.get<LoginInfo>(KEY_LOGIN_INFO);
this.companyCode = loginInfo.companyCode;
this.store.dispatch(
SettingsStore.organizationTreeActivated({
activate: false
})
);
this.companyList$ = this.store.pipe(
select(AppStore.SettingSelector.CompanySelector.companyList)
);