|
@@ -418,12 +418,11 @@
|
|
|
</div>
|
|
|
<audio id="resource" ref="up" :src="audioSrc" controls style="display: none;"></audio>
|
|
|
<eventdetailsdialog ref="eventdetailsdialog" :calendarDay="calendarDay" @getEventList="getEventList"
|
|
|
- @getTodayEvents="getTodayEvents" @getFirespread="getFirespread"
|
|
|
- @getSupermap="getSupermap"></eventdetailsdialog>
|
|
|
+ @getTodayEvents="getTodayEvents" @getFirespread="getFirespread" @getSupermap="getSupermap"></eventdetailsdialog>
|
|
|
|
|
|
<firespread ref="firespread" :calendarDay="calendarDay" @getEventList="getEventList"
|
|
|
- @getTodayEvents="getTodayEvents" @showEventDialog="showEventDialog"
|
|
|
- @getSupermap="getSupermap"></firespread>
|
|
|
+ @getTodayEvents="getTodayEvents" @showEventDialog="showEventDialog" @getSupermap="getSupermap"
|
|
|
+ @showDialog="showDialog"></firespread>
|
|
|
<eventLocation ref="eventLocation"></eventLocation>
|
|
|
<TVWall ref="TVWall"></TVWall>
|
|
|
</div>
|