0325 오후 싱크
This commit is contained in:
parent
1a9fafd67e
commit
fb80d0f0d1
|
@ -31,6 +31,14 @@ LF 탑바 로고
|
|||
LF 메인 인트로 로고
|
||||
assets/images/logo/bg_logo_intro.png
|
||||
|
||||
http://121.50.21.57:9097/uCapWebex/webex/join
|
||||
?
|
||||
userSeq=100&
|
||||
deviceType=P&
|
||||
tokenKey=OTkwMjY5MTA0MTc5ODc3ODM4MzgxMDE1NzU1NTQ2OTUzNjgwMjgw&
|
||||
roomSeq=10
|
||||
|
||||
http://lftalk2.lfcorp.com:8033/Extern/CompanyList.aspx 요청시
|
||||
|
||||
this.queryProtocolService
|
||||
.dataUser({
|
||||
|
|
31
documents/업무/3월/4째주/0326.txt
Normal file
31
documents/업무/3월/4째주/0326.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
조직도 프로필 싱크 (진행)
|
||||
|
||||
this.queryProtocolService
|
||||
.dataUser({
|
||||
divCd: 'OPENPROF',
|
||||
seq: userSeq,
|
||||
senderCompanyCode: this.loginRes.userInfo.companyCode,
|
||||
senderEmployeeType: this.loginRes.userInfo.employeeType
|
||||
})
|
||||
.pipe(
|
||||
take(1),
|
||||
map(res => {
|
||||
if (!!res && !!res.userInfo) {
|
||||
const result = this.dialogService.open<
|
||||
ProfileDialogComponent,
|
||||
ProfileDialogData,
|
||||
ProfileDialogResult
|
||||
>(ProfileDialogComponent, {
|
||||
data: {
|
||||
userInfo: res.userInfo
|
||||
}
|
||||
});
|
||||
if (!!result) {
|
||||
if (!!result.closeEvent && result.closeEvent === 'CHAT') {
|
||||
this.onCancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
)
|
||||
.subscribe();
|
BIN
documents/업무/3월/4째주/next-ucap-messenger-lf-2020-0325-1650.zip
Normal file
BIN
documents/업무/3월/4째주/next-ucap-messenger-lf-2020-0325-1650.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user