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 adfbd4026..11e094ef4 100644 --- a/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue +++ b/src/modules/04_registryPerson/components/detail/GovernmentInformation/07_Position.vue @@ -773,6 +773,7 @@ function onSubmit() { ...formData, commandDateAffect: convertDateToAPI(formData.commandDateAffect), commandDateSign: convertDateToAPI(formData.commandDateSign), + commandName: store.convertCommandCodeName(formData.commandCode), amount: Number(String(formData.amount)?.replace(/,/g, "")), amountSpecial: Number( String(formData.amountSpecial)?.replace(/,/g, "")