no message
This commit is contained in:
parent
da31ec4ae6
commit
609d17b5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1721,7 +1721,7 @@ export class KpiUserEvaluationController extends Controller {
|
|||
reasonReject: kpiUserEvaluation.reasonReject,
|
||||
actorReject: kpiUserEvaluation.actorReject,
|
||||
actorNameReject: kpiUserEvaluation.actorNameReject,
|
||||
isReject: item.reasonReject ? true : false,
|
||||
isReject: kpiUserEvaluation.reasonReject ? true : false,
|
||||
year: kpiUserEvaluation.kpiPeriod == null ? null : kpiUserEvaluation.kpiPeriod.year,
|
||||
durationKPI:
|
||||
kpiUserEvaluation.kpiPeriod == null ? null : kpiUserEvaluation.kpiPeriod.durationKPI,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue