|
@@ -1290,6 +1290,8 @@ export default {
|
|
|
this.$refs.supermapDialog.clearMByType(type)
|
|
|
}, 1000)
|
|
|
} else {
|
|
|
+ alert(this.longitude)
|
|
|
+ alert(this.latitude)
|
|
|
this.resourcesListCheck.push(type)
|
|
|
//搜索物资
|
|
|
let param = { longitude: this.longitude, latitude: this.latitude, type: type, radius: this.radius }
|
|
@@ -1720,17 +1722,17 @@ export default {
|
|
|
let that = this
|
|
|
//获取事件详情
|
|
|
getEventDetail({ eventCode: eventCode }).then(res => {
|
|
|
- this.eventDialog = true
|
|
|
- this.eventLogList = res.data.eventlog//日志列表
|
|
|
- this.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
|
- this.address = res.data.catalogue.address
|
|
|
- this.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
|
- this.eventType = res.data.catalogue.eventType
|
|
|
- this.dataStatus = res.data.catalogue.dataStatus
|
|
|
- this.deptId = res.data.catalogue.deptId
|
|
|
- this.eventId = res.data.catalogue.id
|
|
|
- this.longitude = res.data.catalogue.longitude
|
|
|
- this.latitude = res.data.catalogue.latitude
|
|
|
+ that.eventDialog = true
|
|
|
+ that.eventLogList = res.data.eventlog//日志列表
|
|
|
+ that.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
|
+ that.address = res.data.catalogue.address
|
|
|
+ that.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
|
+ that.eventType = res.data.catalogue.eventType
|
|
|
+ that.dataStatus = res.data.catalogue.dataStatus
|
|
|
+ that.deptId = res.data.catalogue.deptId
|
|
|
+ that.eventId = res.data.catalogue.id
|
|
|
+ that.longitude = res.data.catalogue.longitude
|
|
|
+ that.latitude = res.data.catalogue.latitude
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|
|
@@ -1800,17 +1802,17 @@ export default {
|
|
|
let that = this
|
|
|
//刷新--事件详情
|
|
|
getEventDetail({ eventCode: eventCode }).then(res => {
|
|
|
- this.eventDialog = true
|
|
|
- this.eventLogList = res.data.eventlog
|
|
|
- this.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
|
- this.address = res.data.catalogue.address
|
|
|
- this.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
|
- this.eventType = res.data.catalogue.eventType
|
|
|
- this.dataStatus = res.data.catalogue.dataStatus
|
|
|
- this.deptId = res.data.catalogue.deptId
|
|
|
- this.eventId = res.data.catalogue.id
|
|
|
- this.latitude = res.data.catalogue.latitude
|
|
|
- this.longitude = res.data.catalogue.longitude
|
|
|
+ that.eventDialog = true
|
|
|
+ that.eventLogList = res.data.eventlog
|
|
|
+ that.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
|
|
|
+ that.address = res.data.catalogue.address
|
|
|
+ that.eventStatusValue = res.data.catalogue.eventStatusValue
|
|
|
+ that.eventType = res.data.catalogue.eventType
|
|
|
+ that.dataStatus = res.data.catalogue.dataStatus
|
|
|
+ that.deptId = res.data.catalogue.deptId
|
|
|
+ that.eventId = res.data.catalogue.id
|
|
|
+ that.latitude = res.data.catalogue.latitude
|
|
|
+ that.longitude = res.data.catalogue.longitude
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|