From 0ea0802ece7cbb98dd1d2f1f37461a7ab4d9f42a Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Mon, 28 Oct 2024 13:05:59 +0700 Subject: [PATCH] fix code get isOfficer --- src/modules/05_placement/components/PersonalList/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/05_placement/components/PersonalList/Table.vue b/src/modules/05_placement/components/PersonalList/Table.vue index e25955800..39252fcce 100644 --- a/src/modules/05_placement/components/PersonalList/Table.vue +++ b/src/modules/05_placement/components/PersonalList/Table.vue @@ -776,7 +776,7 @@ watch(containStatus, () => { async function getWorkFlow() { showLoader(); await http - .get(config.API.workflowKeycloakSystem("ORG_COMMAND")) + .get(config.API.workflowKeycloakSystem("SYS_PLACEMENT_PASS")) .then(async (res) => { const data = await res.data.result; DataStore.isOfficer = data.isOfficer;