|
@@ -1301,6 +1301,7 @@ export default {
|
|
|
eventLogList: [],
|
|
|
visuForestCloudYuAnBo: null,
|
|
|
eventDialog: false,
|
|
|
+ version:0,
|
|
|
showResponsibilityDialog: false,//责任制弹窗
|
|
|
showMeetingMsgDialog: false,//发送会议短信弹窗
|
|
|
depteventList: [],//责任制部门列表
|
|
@@ -2115,6 +2116,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 +2166,7 @@ console.log(this.dutysystemTableData)
|
|
|
eventType: that.sendEventType,
|
|
|
id: that.eventId,
|
|
|
czlx: '',
|
|
|
+ version:that.version,
|
|
|
cameraCode: that.cameraCode,
|
|
|
fireRadius: that.sendHuoZaiBanJing,
|
|
|
reserve: that.sendGuanLianYuAn,
|
|
@@ -2235,6 +2238,7 @@ console.log(this.dutysystemTableData)
|
|
|
that.latitude = res.data.catalogue.latitude
|
|
|
that.eventName = res.data.catalogue.eventName
|
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
+ that.version=res.data.catalogue.version
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|
|
@@ -2322,6 +2326,7 @@ console.log(this.dutysystemTableData)
|
|
|
that.longitude = res.data.catalogue.longitude
|
|
|
that.eventName = res.data.catalogue.eventName
|
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
+ that.version=res.data.catalogue.version
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|