fix bug kpi
This commit is contained in:
parent
1fa38897cf
commit
bb19640c98
5 changed files with 50 additions and 29 deletions
|
|
@ -162,7 +162,7 @@ function getData(type: string) {
|
|||
let weightAvg = weight / total;
|
||||
let resultAvg = result / total;
|
||||
|
||||
if (store.dataProfile.posExecutiveName != null) {
|
||||
if (store.dataEvaluation.posExecutiveName != null) {
|
||||
store.competencyScoreVal =
|
||||
weightAvg != 0
|
||||
? (resultAvg / weightAvg) * store.excusiveCompetencyScore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue