diff --git a/src/components/Workflow/Main.vue b/src/components/Workflow/Main.vue index a9b3d173b..708bd1a45 100644 --- a/src/components/Workflow/Main.vue +++ b/src/components/Workflow/Main.vue @@ -43,6 +43,9 @@ const modalSelectPerson = ref(false); const modalApprove = ref(false); const typeSelectPerson = ref(""); +//รายการระบบที่ต้องการ disable step 3 +const displayArray = ["REGISTRY_PROFILE"]; + async function fetchCheckState() { await http .post(config.API.workflow + `check-user-now`, { @@ -233,7 +236,7 @@ defineExpose({