diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_PositionHistory.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_PositionHistory.vue index a8311ede0..13fe3671b 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_PositionHistory.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_PositionHistory.vue @@ -274,7 +274,7 @@ function fetchListHistory() { showLoader(); http .get( - config.API.profileListSalaryPositionHistoryNew( + config.API.profileListSalaryHistoryNew( salaryId.value, empType.value )