fix search memebers
calendar se vuoto non mostrare
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user