fixing code workflow

This commit is contained in:
Warunee Tamkoo 2024-10-29 12:19:39 +07:00
parent 7e8bb12cb1
commit 935e717279
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ import type {
} from "@/modules/05_leave/interface/response/leave";
import DialogHeader from "@/components/DialogHeader.vue";
import Workflow from "@/components/Workflow/Main.vue"
import Workflow from "@/components/Workflow/Main.vue";
import FormLeave from "@/modules/05_leave/components/formDetail/01_SickForm.vue";
import FormChildbirth from "@/modules/05_leave/components/formDetail/04_HelpWifeBirthForm.vue";
import FormHoliday from "@/modules/05_leave/components/formDetail/05_VacationForm.vue";
@ -495,7 +495,7 @@ watch(
:data="formData"
/>
<Workflow :id="props.leaveId" sys-name="LEAVE_LIST" />
<Workflow :id="props.leaveId" sys-name="SYS_LEAVE_LIST" />
</div>
<div