Merge branch 'develop' of github.com:Frappet/hrms-user into develop
This commit is contained in:
commit
261877b224
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