fix search memebers

calendar se vuoto non mostrare
This commit is contained in:
Surya Paolo
2022-12-15 21:14:59 +01:00
parent 1291ad319f
commit a5e86926e3
7 changed files with 13 additions and 6 deletions

View File

@@ -890,6 +890,11 @@ export default defineComponent({
return mylist
}
function getNumEvents() {
const mylist = getEventList()
return mylist ? mylist.length : 0
}
function getEvents(dt: any) {
const eventsloc = []
@@ -1029,6 +1034,7 @@ export default defineComponent({
CancelBookingEvent,
site: globalStore.site,
condividipag,
getNumEvents,
}
}
})