Explorar o código

事件详情修复

彭宇 hai 1 ano
pai
achega
530ea18f2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -408,7 +408,7 @@
     <eventdetailsdialog ref="eventdetailsdialog" :calendarDay="calendarDay" @getEventList="getEventList"
       @getTodayEvents="getTodayEvents" @getFirespread="getFirespread" @getSupermap="getSupermap" @showEventDialog="showEventDialog"></eventdetailsdialog>
 
-    <firespread ref="firespread" :calendarDay="calendarDay" @getEventList="getEventList()"
+    <firespread ref="firespread" :calendarDay="calendarDay" @getEventList="getEventList"
       @getTodayEvents="getTodayEvents" @showEventDialog="showEventDialog"  @getFirespread="getFirespread" @getSupermap="getSupermap"></firespread>
     <eventLocation ref="eventLocation"></eventLocation>
     <TVWall ref="TVWall"></TVWall>