This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-17 17:43:45 +07:00
parent 7eb2c0ce2f
commit 1eead8c579
2 changed files with 15 additions and 4 deletions

View file

@ -16,6 +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 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";
@ -76,8 +77,6 @@ const props = defineProps({
},
});
/**checkForm Form การลา*/
/** Form รายละเอียดข้อมูล*/
const formData = reactive<FremDetail>({
id: "", //Id
@ -495,6 +494,8 @@ watch(
v-else-if="checkForm === 'FormVocationalRehabilitation'"
:data="formData"
/>
<Workflow :id="props.leaveId" sys-name="LEAVE_LIST" />
</div>
<div