fix bug old api
This commit is contained in:
parent
348504fa35
commit
7ac865341a
1 changed files with 8 additions and 0 deletions
|
|
@ -196,6 +196,14 @@ export class KpiUserPlannedController extends Controller {
|
||||||
unit: getKpiUserPlanned.unit,
|
unit: getKpiUserPlanned.unit,
|
||||||
meaning: getKpiUserPlanned.meaning,
|
meaning: getKpiUserPlanned.meaning,
|
||||||
formula: getKpiUserPlanned.formula,
|
formula: getKpiUserPlanned.formula,
|
||||||
|
achievement1: getKpiUserPlanned.achievement1,
|
||||||
|
achievement2: getKpiUserPlanned.achievement2,
|
||||||
|
achievement3: getKpiUserPlanned.achievement3,
|
||||||
|
achievement4: getKpiUserPlanned.achievement4,
|
||||||
|
achievement5: getKpiUserPlanned.achievement5,
|
||||||
|
documentInfoEvidence: getKpiUserPlanned.documentInfoEvidence,
|
||||||
|
endDate: getKpiUserPlanned.endDate,
|
||||||
|
startDate: getKpiUserPlanned.startDate,
|
||||||
};
|
};
|
||||||
|
|
||||||
return new HttpSuccess(mapGetKpiUserPlanned);
|
return new HttpSuccess(mapGetKpiUserPlanned);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue