Merge branch 'develop' of github.com:Frappet/hrms-user into develop

This commit is contained in:
Warunee Tamkoo 2025-07-14 14:12:17 +07:00
commit 261877b224
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;