From 45760996be7966f2e40403a4f3ca3047e6e0dde3 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 15 May 2024 14:36:56 +0700 Subject: [PATCH] fixing popup view profile --- src/components/Dialogs/PopupPersonalNew.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 : "-";