YK
Size: a a a
YK
YK
IF
IF
ОС
dialogRef.afterClosed()
.pipe(filter(Boolean))
.pipe(switchMap(data => this.sprMarkService.createMarkWorkman(data.targetWorkman, dataDialog, this.loginService.userId))
.pipe(switchMap(() => this.sprMarkService.getWorkmanListOnMark(this.dialogData.id))
.pipe(takeUntil(this.destroy$))
));
D
BB
BB
ОС
dialogRef.afterClosed()
.pipe(filter(Boolean))
.pipe(switchMap(data => this.sprMarkService.createMarkWorkman(data.targetWorkman, dataDialog, this.loginService.userId))
.pipe(switchMap(() => this.sprMarkService.getWorkmanListOnMark(this.dialogData.id))
.pipe(takeUntil(this.destroy$))
));
YK
ОС
BB
BB
BB
МС
ЕБ
ЕБ
МС
ЕБ