西海岸需求开发 点位打开弹窗

This commit is contained in:
a0049873 2022-11-22 17:42:54 +08:00
parent 5b8d002d5d
commit d844e709db
1 changed files with 4 additions and 1 deletions

View File

@ -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', []) //}