diff --git a/src/modules/04_registryNew/components/detail/Achievement/05_ResultsPerformance.vue b/src/modules/04_registryNew/components/detail/Achievement/05_ResultsPerformance.vue index 859fafaff..60fe26374 100644 --- a/src/modules/04_registryNew/components/detail/Achievement/05_ResultsPerformance.vue +++ b/src/modules/04_registryNew/components/detail/Achievement/05_ResultsPerformance.vue @@ -374,7 +374,7 @@ async function clickHistory(row: ResponseObject) { showLoader(); try { - const res = await http.get(config.API.profileAssessmentHisId(row.id)); + const res = await http.get(config.API.profileNewAssessmentsHisById(row.id)); console.log(res.data); rowsHistory.value = res.data.result;