|
@@ -1152,6 +1152,7 @@ export default {
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ version:0,
|
|
isLoading:false,
|
|
isLoading:false,
|
|
showFindUserByDept: false,//责任人选择框
|
|
showFindUserByDept: false,//责任人选择框
|
|
//海康
|
|
//海康
|
|
@@ -2116,6 +2117,7 @@ console.log(this.dutysystemTableData)
|
|
eventStatus: eventStatus,
|
|
eventStatus: eventStatus,
|
|
id: that.eventId,
|
|
id: that.eventId,
|
|
czlx: '',
|
|
czlx: '',
|
|
|
|
+ version:that.version,
|
|
forestFireLoss: { eventId: that.eventCode, table1: that.table1 },
|
|
forestFireLoss: { eventId: that.eventCode, table1: that.table1 },
|
|
fireInformation: { eventId: that.eventCode, table2: that.table2 },
|
|
fireInformation: { eventId: that.eventCode, table2: that.table2 },
|
|
array: that.regionalFlagObj.array
|
|
array: that.regionalFlagObj.array
|
|
@@ -2167,6 +2169,7 @@ console.log(this.dutysystemTableData)
|
|
cameraCode: that.cameraCode,
|
|
cameraCode: that.cameraCode,
|
|
fireRadius: that.sendHuoZaiBanJing,
|
|
fireRadius: that.sendHuoZaiBanJing,
|
|
reserve: that.sendGuanLianYuAn,
|
|
reserve: that.sendGuanLianYuAn,
|
|
|
|
+ version:that.version,
|
|
address:that.address,
|
|
address:that.address,
|
|
}
|
|
}
|
|
updateCentereventTEventcatalogueStatus(param).then(res => {
|
|
updateCentereventTEventcatalogueStatus(param).then(res => {
|
|
@@ -2235,6 +2238,7 @@ console.log(this.dutysystemTableData)
|
|
that.latitude = res.data.catalogue.latitude
|
|
that.latitude = res.data.catalogue.latitude
|
|
that.eventName = res.data.catalogue.eventName
|
|
that.eventName = res.data.catalogue.eventName
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
|
+ that.version=res.data.catalogue.version
|
|
let markersMap = {
|
|
let markersMap = {
|
|
lng: 124.59,
|
|
lng: 124.59,
|
|
lat: 43.02,
|
|
lat: 43.02,
|
|
@@ -2322,6 +2326,7 @@ console.log(this.dutysystemTableData)
|
|
that.longitude = res.data.catalogue.longitude
|
|
that.longitude = res.data.catalogue.longitude
|
|
that.eventName = res.data.catalogue.eventName
|
|
that.eventName = res.data.catalogue.eventName
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
that.eventTypeXl = res.data.catalogue.eventTypeXl
|
|
|
|
+ that.version=res.data.catalogue.version
|
|
let markersMap = {
|
|
let markersMap = {
|
|
lng: 124.59,
|
|
lng: 124.59,
|
|
lat: 43.02,
|
|
lat: 43.02,
|
|
@@ -2393,6 +2398,7 @@ console.log(this.dutysystemTableData)
|
|
//刷新--事件日志12
|
|
//刷新--事件日志12
|
|
getEventDetail({ eventCode: eventCode }).then(res => {
|
|
getEventDetail({ eventCode: eventCode }).then(res => {
|
|
this.eventLogList = res.data.eventlog
|
|
this.eventLogList = res.data.eventlog
|
|
|
|
+ this.version=res.data.catalogue.version
|
|
this.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
this.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
})
|
|
})
|
|
},
|
|
},
|