|
@@ -375,8 +375,7 @@ import {
|
|
getWeather,
|
|
getWeather,
|
|
getEventList,
|
|
getEventList,
|
|
getEventByEventType,
|
|
getEventByEventType,
|
|
- getEventByReportorOrder,
|
|
|
|
- getExposureStage
|
|
|
|
|
|
+ getEventByReportorOrder
|
|
} from '@/api/forest'
|
|
} from '@/api/forest'
|
|
import supermap from '@/components/supermap' //超图
|
|
import supermap from '@/components/supermap' //超图
|
|
import supermapNotProcessed from '@/components/supermap' //超图
|
|
import supermapNotProcessed from '@/components/supermap' //超图
|
|
@@ -428,7 +427,6 @@ export default {
|
|
this.getEventList(this.getCurrentDataStr())
|
|
this.getEventList(this.getCurrentDataStr())
|
|
this.getEventByEventType(this.getCurrentDataStr())
|
|
this.getEventByEventType(this.getCurrentDataStr())
|
|
this.getEventByReportorOrder(this.getCurrentDataStr())
|
|
this.getEventByReportorOrder(this.getCurrentDataStr())
|
|
- this.getExposureStage(this.getCurrentDataStr())
|
|
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
// this.initWebSocket()
|
|
// this.initWebSocket()
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
@@ -624,7 +622,6 @@ export default {
|
|
this.getEventList(day)
|
|
this.getEventList(day)
|
|
this.getEventByEventType(day)
|
|
this.getEventByEventType(day)
|
|
this.getEventByReportorOrder(day)
|
|
this.getEventByReportorOrder(day)
|
|
- // this.getExposureStage(day)
|
|
|
|
this.calendarDay = day
|
|
this.calendarDay = day
|
|
},
|
|
},
|
|
|
|
|
|
@@ -995,13 +992,6 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- getExposureStage(day) {
|
|
|
|
- let that = this
|
|
|
|
- //右侧获取曝光台
|
|
|
|
- getExposureStage({day: day}).then(res => {
|
|
|
|
- this.exposureStageList = res.data
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
initWebSocket() { //初始化weosocket
|
|
initWebSocket() { //初始化weosocket
|
|
const wsuri = 'wss://www.hmzzxc.com:10012/websocket/forest-' + Cookies.get('username')
|
|
const wsuri = 'wss://www.hmzzxc.com:10012/websocket/forest-' + Cookies.get('username')
|