|
@@ -1153,6 +1153,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
+ version:0,
|
|
|
isLoading:false,
|
|
|
showFindUserByDept: false,//责任人选择框
|
|
|
//海康
|
|
@@ -2119,6 +2120,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 },
|
|
@@ -2167,6 +2169,7 @@ console.log(this.dutysystemTableData)
|
|
|
eventStatus: eventStatus,
|
|
|
eventType: that.sendEventType,
|
|
|
id: that.eventId,
|
|
|
+ version:that.version,
|
|
|
czlx: '',
|
|
|
cameraCode: that.cameraCode,
|
|
|
fireRadius: that.sendHuoZaiBanJing,
|
|
@@ -2238,6 +2241,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,
|
|
@@ -2325,6 +2329,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,
|