AЬ
Size: a a a
AЬ
AЬ
AЬ
SФ
AЬ
AЬ
AЬ
ОС
SФ
SФ
ОС
getRegistryTaskPlan(): Observable<RegistryTaskPlan[]> {
const q: RequestBody = {
modelName: 'KPI',
calledMethod: 'getRegistryTaskPlan',
methodProperties: {
dtBeg: this.srvService.convertDate(this._mainRangeDates[0]),
dtEnd: this.srvService.convertDate(this._mainRangeDates[1]),
workmanId: this._workmanId
}
};
return this.api.post(q)
.pipe(
map(({response}) => response),
shareReplay(1)
);
}
SФ
getRegistryTaskPlan(): Observable<RegistryTaskPlan[]> {
const q: RequestBody = {
modelName: 'KPI',
calledMethod: 'getRegistryTaskPlan',
methodProperties: {
dtBeg: this.srvService.convertDate(this._mainRangeDates[0]),
dtEnd: this.srvService.convertDate(this._mainRangeDates[1]),
workmanId: this._workmanId
}
};
return this.api.post(q)
.pipe(
map(({response}) => response),
shareReplay(1)
);
}
SФ
ОС
SФ
SФ
SФ
SФ
a$: Observable
private _getRegistryTaskPlan(){...}
getRegistryTaskPlan(){
this.a$ =
this.a$
?? this._getRegistryTaskPlan()
return this.a$
}
SФ
ОС