diff --git a/src/views/sponeScreen/HaiMianScreen/index.vue b/src/views/sponeScreen/HaiMianScreen/index.vue index 5fdf278..1a8b8fb 100644 --- a/src/views/sponeScreen/HaiMianScreen/index.vue +++ b/src/views/sponeScreen/HaiMianScreen/index.vue @@ -310,14 +310,11 @@ console.log('地图点击---', properties); newfiberMapBoxVectorLayer.removeByIds(['bengzhan_Area']); // 管网监测点 - if (properties.type == 'pipeMonitor' || properties.type == 'origine') { + if (properties.type == 'pipeMonitor' || properties.type == 'origine' || properties.type == 'spongeFacility') { pipeParams.value = properties; showPipe.value = true; } - // 海绵设施 - if (properties.type == 'spongeFacility') { - bus.emit('checkSSFX', properties); - } + if ( properties.siteType == 'rain' || properties.type == 'waterCourse' || diff --git a/src/views/sponeScreen/HaiMianScreen/index.vue b/src/views/sponeScreen/HaiMianScreen/index.vue index 5fdf278..1a8b8fb 100644 --- a/src/views/sponeScreen/HaiMianScreen/index.vue +++ b/src/views/sponeScreen/HaiMianScreen/index.vue @@ -310,14 +310,11 @@ console.log('地图点击---', properties); newfiberMapBoxVectorLayer.removeByIds(['bengzhan_Area']); // 管网监测点 - if (properties.type == 'pipeMonitor' || properties.type == 'origine') { + if (properties.type == 'pipeMonitor' || properties.type == 'origine' || properties.type == 'spongeFacility') { pipeParams.value = properties; showPipe.value = true; } - // 海绵设施 - if (properties.type == 'spongeFacility') { - bus.emit('checkSSFX', properties); - } + if ( properties.siteType == 'rain' || properties.type == 'waterCourse' || diff --git a/src/views/sponeScreen/projectHM/ProjectEvaluation.vue b/src/views/sponeScreen/projectHM/ProjectEvaluation.vue index 663ca11..a3322ec 100644 --- a/src/views/sponeScreen/projectHM/ProjectEvaluation.vue +++ b/src/views/sponeScreen/projectHM/ProjectEvaluation.vue @@ -1,7 +1,10 @@