|
@@ -286,7 +286,7 @@
|
|
|
<div class="i-list-con small-bottom-margin" style="height: 30vh;">
|
|
|
<div class="event-list-search">
|
|
|
<el-input placeholder="请输入内容" prefix-icon="el-icon-search" v-model="eventSearch"
|
|
|
- @change="getEventList(calendarDay,200,1,eventSearch)">
|
|
|
+ @change="getEventList(calendarDay,10,1,eventSearch)">
|
|
|
</el-input>
|
|
|
</div>
|
|
|
<div class="d-l-con padding-box nowrap" v-for="(item,index) in eventList"
|
|
@@ -560,7 +560,7 @@
|
|
|
exposureStageList: [],
|
|
|
//右侧事件列表
|
|
|
eventList: [],
|
|
|
- pageSize: 200,
|
|
|
+ pageSize: 10,
|
|
|
pageNum: 1,
|
|
|
|
|
|
eventListnew: [],
|
|
@@ -639,7 +639,7 @@
|
|
|
this.getTodayEvents(day)
|
|
|
this.getDeptEventCount(day)
|
|
|
this.getWeather(day)
|
|
|
- this.getEventList(day, 200, 1)
|
|
|
+ this.getEventList(day, 10, 1)
|
|
|
this.getEventByEventType(day)
|
|
|
this.getEventByReportorOrder(day)
|
|
|
this.getExposureStage(day)
|
|
@@ -1074,7 +1074,7 @@
|
|
|
markersMap.icon = 'sj-icon-map-guidang'
|
|
|
} else if (event.eventStatusValue == 'forest_event_status_7') {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
- markersMap.icon = 'sj-icon-map-xinshangbao'
|
|
|
+ markersMap.icon = 'sj-icon-map-queren'
|
|
|
}
|
|
|
markersMap.parameter = event.eventCode
|
|
|
markersMap.lng = event.longitude
|