fixing code workflow & get assign

This commit is contained in:
Warunee Tamkoo 2024-10-29 12:33:18 +07:00
parent 2bcbbe8c9f
commit 082debf2e5
7 changed files with 11 additions and 33 deletions

View file

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