fixing code workflow & get assign
This commit is contained in:
parent
2bcbbe8c9f
commit
082debf2e5
7 changed files with 11 additions and 33 deletions
|
|
@ -29,7 +29,6 @@ const { showLoader, hideLoader, messageError, dialogRemove } =
|
|||
useCounterMixin();
|
||||
|
||||
/** โครงสร้าง*/
|
||||
const keycloakSystem = ref<string>("ORG_COMMAND");
|
||||
const expanded = ref<Array<string>>([]);
|
||||
const filter = ref<string>("");
|
||||
const nodeTree = ref<DataTree[]>([]);
|
||||
|
|
@ -261,7 +260,7 @@ function onDelete(id: string) {
|
|||
function getWorkFlow() {
|
||||
showLoader();
|
||||
http
|
||||
.get(config.API.workflowKeycloakSystem(keycloakSystem.value))
|
||||
.get(config.API.workflowKeycloakSystem("SYS_ACTING"))
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
storeActing.isOfficer = data.isOfficer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue