diff --git a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue index 8a3f85595..7bbc69e65 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue @@ -594,8 +594,8 @@ function onSubmit() { try { const url = isStatusEdit.value - ? config.API.profileListSalaryPositionNew(salaryId.value, empType.value) - : config.API.profileSalaryPositionNew(empType.value); + ? config.API.profileListSalaryNew(salaryId.value, empType.value) + : config.API.profileSalaryNew(empType.value); const method = isStatusEdit.value ? "patch" : "post"; await http[method](url, formData); await fetchListSalary();