fix: ปรับคะแนน KPI กรณีที่ผู้ขอประเมินมีสถานะทดลองงานอยู่
This commit is contained in:
parent
6164ff1e93
commit
d7db31234f
2 changed files with 7 additions and 7 deletions
|
|
@ -209,7 +209,7 @@ function getData(type: string) {
|
|||
store.competencyScoreVal =
|
||||
weightAvg != 0
|
||||
? (resultAvg / weightAvg) *
|
||||
(store.dataProfile.isProbation
|
||||
(store.dataEvaluation.isProbation
|
||||
? store.competencyProbationScore
|
||||
: store.competencyScore)
|
||||
: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue