diff --git a/src/components/modal/VacationGrantModal.vue b/src/components/modal/VacationGrantModal.vue index 82f8f72..9cb093f 100644 --- a/src/components/modal/VacationGrantModal.vue +++ b/src/components/modal/VacationGrantModal.vue @@ -1,129 +1,266 @@ - +}, { deep: true }); +onMounted(async () => { + if (props.isOpen && props.targetUser?.MEMBERSEQ) { + await fetchSentVacationCount(); + } +}); + diff --git a/src/components/vacation/ProfileList.vue b/src/components/vacation/ProfileList.vue index 9e06036..5ed4142 100644 --- a/src/components/vacation/ProfileList.vue +++ b/src/components/vacation/ProfileList.vue @@ -1,6 +1,6 @@