storage stash
This commit is contained in:
@@ -7,7 +7,8 @@ export default function useCalendar() {
|
||||
|
||||
const getCalendarDate = async(startDate, endDate, filter) => {
|
||||
loading.value = true;
|
||||
const resp = await getCalendar(startDate, endDate, filter);
|
||||
const filters = `date[lte]=${endDate}&date[gte]=${startDate}&global=${filter}`
|
||||
const resp = await getCalendar(filters);
|
||||
if(resp === null) {
|
||||
loading.value = false;
|
||||
loads.value = [];
|
||||
|
||||
Reference in New Issue
Block a user