fix: ปรับคะแนน KPI กรณีที่ผู้ขอประเมินมีสถานะทดลองงานอยู่

This commit is contained in:
setthawutttty 2025-07-14 11:49:57 +07:00
parent 6164ff1e93
commit d7db31234f
2 changed files with 7 additions and 7 deletions

View file

@ -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;