Merge branch 'develop' into devTee

# Conflicts:
#	src/modules/08_KPI/views/form.vue
This commit is contained in:
STW_TTTY\stwtt 2024-04-29 13:42:28 +07:00
commit 06d2b19b99
7 changed files with 222 additions and 21 deletions

View file

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