西海岸需求开发 点位打开弹窗
This commit is contained in:
parent
5b8d002d5d
commit
d844e709db
|
@ -314,6 +314,9 @@ import { ElMessage } from 'element-plus'
|
||||||
lng: item.location.x,
|
lng: item.location.x,
|
||||||
}
|
}
|
||||||
this.hiMapFun.mapFlyTo(latLng)
|
this.hiMapFun.mapFlyTo(latLng)
|
||||||
|
if(this.addressType=='2'){
|
||||||
|
mybus.emit('openOperationPopup', [item]);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//框选
|
//框选
|
||||||
areaSelectResource(){
|
areaSelectResource(){
|
||||||
|
@ -443,7 +446,7 @@ import { ElMessage } from 'element-plus'
|
||||||
this.pointAllData = res.data.data;
|
this.pointAllData = res.data.data;
|
||||||
if(this.mapSearchParam.type!=0)
|
if(this.mapSearchParam.type!=0)
|
||||||
this.addResourceTomap('videoMap', res.data.data)
|
this.addResourceTomap('videoMap', res.data.data)
|
||||||
|
|
||||||
else
|
else
|
||||||
this.addResourceTomap('videoMap', []) //查询全部时不打点}
|
this.addResourceTomap('videoMap', []) //查询全部时不打点}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue