diff --git a/src/components/Dialogs/PopupPersonalNew.vue b/src/components/Dialogs/PopupPersonalNew.vue index df0e8794a..e07c88ecf 100644 --- a/src/components/Dialogs/PopupPersonalNew.vue +++ b/src/components/Dialogs/PopupPersonalNew.vue @@ -129,7 +129,7 @@ async function fetchInformation(id: string) { async function fetchProfileGov(id: string) { showLoader(); await http - .get(config.API.profileNewGovernmentById(id)) + .get(config.API.profileNewGovernmentById(id, "")) .then((res) => { const data = res.data.result; goverment.oc = data.org !== "" ? data.org : "-";