|
@@ -22,10 +22,10 @@
|
|
<!-- <el-tooltip class="item" effect="dark" :content="visuForestCloudYuAnBo.reserveName" placement="top-start">
|
|
<!-- <el-tooltip class="item" effect="dark" :content="visuForestCloudYuAnBo.reserveName" placement="top-start">
|
|
<a :href="visuForestCloudYuAnBo.fileUrl" ><span><div style=" width: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;">{{ visuForestCloudYuAnBo.reserveName }}</div></span></a>
|
|
<a :href="visuForestCloudYuAnBo.fileUrl" ><span><div style=" width: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;">{{ visuForestCloudYuAnBo.reserveName }}</div></span></a>
|
|
</el-tooltip> -->
|
|
</el-tooltip> -->
|
|
- <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 slot="content" class="leader-info-container">
|
|
<div class="leader-info-list-con" v-show="visuForestCloudYuAnBo.reserveName.length>6">
|
|
<div class="leader-info-list-con" v-show="visuForestCloudYuAnBo.reserveName.length>6">
|
|
@@ -1349,7 +1349,7 @@ export default {
|
|
dutysystemDeptName: '',
|
|
dutysystemDeptName: '',
|
|
depteventId: '',
|
|
depteventId: '',
|
|
dutysystemTableData: [],
|
|
dutysystemTableData: [],
|
|
- radius: 50,//资源搜索半径
|
|
|
|
|
|
+ radius: 5000,//资源搜索半径
|
|
resourcesList: [
|
|
resourcesList: [
|
|
{
|
|
{
|
|
resourceName: '取水口',
|
|
resourceName: '取水口',
|
|
@@ -1652,7 +1652,7 @@ export default {
|
|
// 消防资源落点
|
|
// 消防资源落点
|
|
let param = { longitude: this.longitude, latitude: this.latitude, type: type, radius: this.radius }
|
|
let param = { longitude: this.longitude, latitude: this.latitude, type: type, radius: this.radius }
|
|
if (type != 'sxt') {
|
|
if (type != 'sxt') {
|
|
- fireControlViewPoint(type).then(res => {
|
|
|
|
|
|
+ fireControlViewPoint(param).then(res => {
|
|
if (res.data != null && res.data.pointList.length > 0) {
|
|
if (res.data != null && res.data.pointList.length > 0) {
|
|
this.resourcesListCheck.push(type)
|
|
this.resourcesListCheck.push(type)
|
|
var markersList = []
|
|
var markersList = []
|