From 0825033b90137af71e983b92213429a9b399925a Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 15 Nov 2024 10:44:05 +0700 Subject: [PATCH] add leave employee perm --- src/components/Workflow/Main.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Workflow/Main.vue b/src/components/Workflow/Main.vue index a9635abc5..9ec341255 100644 --- a/src/components/Workflow/Main.vue +++ b/src/components/Workflow/Main.vue @@ -55,6 +55,7 @@ const displayArray = [ "REGISTRY_PROFILE", "SYS_RESIGN", "SYS_LEAVE_LIST", + "SYS_LEAVE_EMP", ]; async function fetchCheckState() {