diff --git a/src/api/leave/api.leave.ts b/src/api/leave/api.leave.ts index 4234def..945614c 100644 --- a/src/api/leave/api.leave.ts +++ b/src/api/leave/api.leave.ts @@ -21,4 +21,5 @@ export default { leaveUser: () => `${leave}/user`, leaveUserId: (id: string) => `${leave}/user/${id}`, leaveProfile: () => `${leave}/user/profile`, + leaveCheck: () => `${leave}/user/check`, } diff --git a/src/modules/05_leave/componenst/Forms/01_SickForm.vue b/src/modules/05_leave/componenst/Forms/01_SickForm.vue index db4ec26..bdd98fc 100644 --- a/src/modules/05_leave/componenst/Forms/01_SickForm.vue +++ b/src/modules/05_leave/componenst/Forms/01_SickForm.vue @@ -1,12 +1,18 @@ @@ -107,7 +159,7 @@ function onValidate() { for="leaveWroteRef" dense outlined - v-model="formData.leaveWrote" + v-model="formDataBirth.leaveWrote" label="เขียนที่" hide-bottom-space bg-color="white" @@ -118,7 +170,7 @@ function onValidate() { @@ -157,15 +209,15 @@ function onValidate() {