Merge branch 'develop' into devTee
# Conflicts: # src/modules/08_KPI/views/form.vue
This commit is contained in:
commit
06d2b19b99
7 changed files with 222 additions and 21 deletions
|
|
@ -73,7 +73,6 @@ function fetchEvaluation() {
|
|||
formProfile.status = store.convertStatus(data.evaluationStatus);
|
||||
formProfile.result = store.convertResults(data.evaluationResults);
|
||||
fetchProfile(data.profileId);
|
||||
console.log(store.dataEvaluation);
|
||||
|
||||
plannedPoint.value = data.plannedPoint == null ? "" : data.plannedPoint;
|
||||
rolePoint.value = data.rolePoint == null ? "" : data.rolePoint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue