|
@@ -1161,7 +1161,7 @@ export default {
|
|
|
initCount: 0,
|
|
|
pubKey: '',
|
|
|
oWebControl: null,
|
|
|
-
|
|
|
+ version:0,
|
|
|
playVideo: '',//视频预览地址
|
|
|
showTcPlayer: false,//视频预览弹窗
|
|
|
regionalFlagOpen: false,//区域标记
|
|
@@ -2115,6 +2115,7 @@ console.log(this.dutysystemTableData)
|
|
|
eventCode: that.eventCode,
|
|
|
eventStatus: eventStatus,
|
|
|
id: that.eventId,
|
|
|
+ version:that.version,
|
|
|
czlx: '',
|
|
|
forestFireLoss: { eventId: that.eventCode, table1: that.table1 },
|
|
|
fireInformation: { eventId: that.eventCode, table2: that.table2 },
|
|
@@ -2164,6 +2165,7 @@ console.log(this.dutysystemTableData)
|
|
|
eventType: that.sendEventType,
|
|
|
id: that.eventId,
|
|
|
czlx: '',
|
|
|
+ version:that.version,
|
|
|
cameraCode: that.cameraCode,
|
|
|
fireRadius: that.sendHuoZaiBanJing,
|
|
|
reserve: that.sendGuanLianYuAn,
|
|
@@ -2234,6 +2236,7 @@ console.log(this.dutysystemTableData)
|
|
|
that.longitude = res.data.catalogue.longitude
|
|
|
that.latitude = res.data.catalogue.latitude
|
|
|
that.eventName = res.data.catalogue.eventName
|
|
|
+ that.version=res.data.catalogue.version
|
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
@@ -2321,6 +2324,7 @@ console.log(this.dutysystemTableData)
|
|
|
that.latitude = res.data.catalogue.latitude
|
|
|
that.longitude = res.data.catalogue.longitude
|
|
|
that.eventName = res.data.catalogue.eventName
|
|
|
+ that.version=res.data.catalogue.version
|
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|