|
@@ -405,7 +405,7 @@ import {
|
|
getEventList,
|
|
getEventList,
|
|
getEventByEventType,
|
|
getEventByEventType,
|
|
getEventByReportorOrder,
|
|
getEventByReportorOrder,
|
|
- getExposureStage
|
|
|
|
|
|
+ // getExposureStage
|
|
} 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' //超图
|
|
@@ -457,7 +457,7 @@ 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())
|
|
|
|
|
|
+ // this.getExposureStage(this.getCurrentDataStr())
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
// this.initWebSocket()
|
|
// this.initWebSocket()
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|
|
/** ----------------------------------weosocket结束------------------------------------- */
|