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;