fixes the query for the reservierungen in the stundenplan and in the raum informations

This commit is contained in:
SimonGschnell
2024-09-11 09:32:28 +02:00
parent 715b8075b8
commit 1de658ace6
3 changed files with 20 additions and 19 deletions
-1
View File
@@ -34,7 +34,6 @@ const app = Vue.createApp({
},
loadEvents: function(){
console.log("this are the days with which i am testing", this.weekFirstDay, this.weekLastDay)
Promise.allSettled([
this.$fhcApi.factory.stundenplan.getStundenplan(this.weekFirstDay, this.weekLastDay),
this.$fhcApi.factory.stundenplan.getStundenplanReservierungen(this.weekFirstDay, this.weekLastDay)