fix code get isOfficer
This commit is contained in:
parent
bbb83f0da4
commit
0ea0802ece
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue