diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index b263c92..0724fd5 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -300,6 +300,7 @@ waterRegionCode: "", //分区编号 RightShow: false, //右侧面板是否显示--基于是否选择站点进行判断 RightShowID: "", + RightGeometry: "", RightShowType: "", RightStCode: "", TitleName: [ @@ -677,12 +678,14 @@ AllData.RightShow = false; AllData.RightShowID = ""; AllData.RightStCode = ""; + AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; AllData.RightShowID = Row.properties.id; + AllData.RightGeometry = Row.properties.geometry; AllData.RightShowType = "sewage_pipeline_quality"; AllData.RightShow = true; // Row.properties.wellCode @@ -737,11 +740,13 @@ AllData.ClicksiteName = ""; AllData.RightShow = false; AllData.RightShowID = ""; + AllData.RightGeometry = ""; AllData.RightShowType = ""; } else { AllData.ClicksiteName = Row.properties.name; AllData.RightShowID = Row.properties.id; AllData.RightShowType = "sewage_pump_station_info"; + AllData.RightGeometry = Row.properties.geometry; AllData.RightShow = true; } } @@ -1134,6 +1139,7 @@ stCode: AllData.RightStCode, wellCode: "", id: AllData.RightShowID, + geometry: AllData.RightGeometry, dataId: "", RefName: "jiancefenxiGWFX", }; diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index b263c92..0724fd5 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -300,6 +300,7 @@ waterRegionCode: "", //分区编号 RightShow: false, //右侧面板是否显示--基于是否选择站点进行判断 RightShowID: "", + RightGeometry: "", RightShowType: "", RightStCode: "", TitleName: [ @@ -677,12 +678,14 @@ AllData.RightShow = false; AllData.RightShowID = ""; AllData.RightStCode = ""; + AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; AllData.RightShowID = Row.properties.id; + AllData.RightGeometry = Row.properties.geometry; AllData.RightShowType = "sewage_pipeline_quality"; AllData.RightShow = true; // Row.properties.wellCode @@ -737,11 +740,13 @@ AllData.ClicksiteName = ""; AllData.RightShow = false; AllData.RightShowID = ""; + AllData.RightGeometry = ""; AllData.RightShowType = ""; } else { AllData.ClicksiteName = Row.properties.name; AllData.RightShowID = Row.properties.id; AllData.RightShowType = "sewage_pump_station_info"; + AllData.RightGeometry = Row.properties.geometry; AllData.RightShow = true; } } @@ -1134,6 +1139,7 @@ stCode: AllData.RightStCode, wellCode: "", id: AllData.RightShowID, + geometry: AllData.RightGeometry, dataId: "", RefName: "jiancefenxiGWFX", }; diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue index 7061aec..ab2e36e 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue @@ -346,6 +346,7 @@ waterRegionCode: "", //分区编号 RightShow: false, //右侧面板是否显示--基于是否选择站点进行判断 RightShowID: "", + RightGeometry: "", RightShowType: "", RightStCode: "", TitleName: [ @@ -725,12 +726,14 @@ AllData.RightShowID = ""; AllData.RightShowType = ""; AllData.RightStCode = ""; + AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; // 管点 if (Row.properties.pointType == "rainwater_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; AllData.RightShowID = Row.properties.id; + AllData.RightGeometry = Row.properties.geometry; AllData.RightShowType = "rainwater_pipeline_quality"; AllData.RightShow = true; // Row.properties.wellCode @@ -791,11 +794,13 @@ AllData.ClicksiteName = ""; AllData.RightShow = false; AllData.RightShowID = ""; + AllData.RightGeometry = ""; AllData.RightShowType = ""; } else { AllData.RightShowType = "rain_water_pump_station_info"; AllData.ClicksiteName = Row.properties.name; AllData.RightShowID = Row.properties.id; + AllData.RightGeometry = Row.properties.geometry; AllData.RightShow = true; } } @@ -1257,6 +1262,7 @@ stCode: AllData.RightStCode, wellCode: "", id: AllData.RightShowID, + geometry: AllData.RightGeometry, dataId: "", RefName: "jiancefenxiGWFX", };