|
@@ -19,10 +19,10 @@
|
|
|
<div class="dia-left-top-carousel">
|
|
|
<el-carousel height="30px" direction="vertical" :interval="2000">
|
|
|
<el-carousel-item v-if="visuForestCloudYuAnBo!=null">
|
|
|
- <el-tooltip
|
|
|
- placement="top"
|
|
|
- popper-class="js-tps"
|
|
|
- :visible-arrow="visuForestCloudYuAnBo.reserveName.length>6"
|
|
|
+ <el-tooltip
|
|
|
+ placement="top"
|
|
|
+ popper-class="js-tps"
|
|
|
+ :visible-arrow="visuForestCloudYuAnBo.reserveName.length>6"
|
|
|
>
|
|
|
<div slot="content" class="leader-info-container">
|
|
|
<div class="leader-info-list-con" v-show="visuForestCloudYuAnBo.reserveName.length>6">
|
|
@@ -1280,7 +1280,7 @@ export default {
|
|
|
dutysystemDeptName: '',
|
|
|
depteventId: '',
|
|
|
dutysystemTableData: [],
|
|
|
- radius: 50,//资源搜索半径
|
|
|
+ radius: 5000,//资源搜索半径
|
|
|
resourcesList: [
|
|
|
{
|
|
|
resourceName: '取水口',
|
|
@@ -1553,7 +1553,7 @@ export default {
|
|
|
// 消防资源落点
|
|
|
let param = { longitude: this.longitude, latitude: this.latitude, type: type, radius: this.radius }
|
|
|
if (type != 'sxt') {
|
|
|
- fireControlViewPoint(type).then(res => {
|
|
|
+ fireControlViewPoint(param).then(res => {
|
|
|
if (res.data != null && res.data.pointList.length > 0) {
|
|
|
this.resourcesListCheck.push(type)
|
|
|
var markersList = []
|
|
@@ -2149,6 +2149,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermapDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
|
|
|
that.$refs.supermapDialog.clearM(false)
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
that.$refs.supermapDialog.setMarkersRadius([markersMap])
|
|
|
that.$refs.supermapDialog.dropLocation10(res.data.catalogue.latitude, res.data.catalogue.longitude)
|
|
|
}, 2000)
|
|
@@ -2178,6 +2179,8 @@ export default {
|
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
|
setTimeout(() => {
|
|
|
+ that.$refs.supermapDialog.clearM(false)
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
|
}, 2000)
|
|
|
}
|
|
@@ -2233,6 +2236,7 @@ export default {
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermapDialog.clearM(false)
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
if (res.data.eventdetail != null && res.data.eventdetail.length > 0 && res.data.eventdetail[0].fireRadius != null && res.data.eventdetail[0].fireRadius != '' && res.data.eventdetail[0].fireRadius > 0) {
|
|
|
that.$refs.supermapDialog.setMarkersRadius([markersMap])
|
|
|
} else {
|
|
@@ -2265,6 +2269,8 @@ export default {
|
|
|
markersMap.lng = res.data.centermonitorTCamera.longitude
|
|
|
markersMap.lat = res.data.centermonitorTCamera.latitude
|
|
|
setTimeout(() => {
|
|
|
+ that.$refs.supermapDialog.clearM(false)
|
|
|
+ that.$refs.supermapDialog.clearM(true)
|
|
|
that.$refs.supermapDialog.setMarkers([markersMap])
|
|
|
}, 2000)
|
|
|
}
|