캘린더 높이 오토
This commit is contained in:
parent
3fa7eff7d9
commit
d2bc6f4272
@ -137,6 +137,7 @@ const calendarOptions = reactive({
|
||||
center: "title",
|
||||
right: "prev,next",
|
||||
},
|
||||
contentHeight:"auto",
|
||||
locale: "ko",
|
||||
selectable: false,
|
||||
dateClick: handleDateClick,
|
||||
@ -383,7 +384,6 @@ async function fetchVacationHistory(year) {
|
||||
try {
|
||||
const response = await axios.get(`vacation/history?year=${year}`);
|
||||
if (response.status === 200 && response.data) {
|
||||
console.log(response.data.data)
|
||||
myVacations.value = response.data.data.usedVacations || [];
|
||||
receivedVacations.value = response.data.data.receivedVacations || []
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user