# 이슈처리 236
This commit is contained in:
parent
10744cfb60
commit
f113e66377
|
@ -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)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user