fix code get isOfficer

This commit is contained in:
Warunee Tamkoo 2024-10-28 13:05:59 +07:00
parent bbb83f0da4
commit 0ea0802ece

View file

@ -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;