diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index c437d47..c7229ea 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -304,6 +304,8 @@ RightShowType: "", RightStCode: "", RightDataCode: "", + RightWellCode: "", + RightDataid: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -680,10 +682,14 @@ AllData.RightShowID = ""; AllData.RightStCode = ""; AllData.RightDataCode = ""; + AllData.RightWellCode = ""; + AllData.RightDataid = ""; AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; AllData.RightDataCode = Row.properties.dataCode; + AllData.RightWellCode = Row.properties.wellCode; + AllData.RightDataid = Row.properties.dataId; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -1140,10 +1146,10 @@ dataCode: AllData.RightDataCode, stType: AllData.RightShowType, stCode: AllData.RightStCode, - wellCode: "", + wellCode: AllData.RightWellCode, id: AllData.RightShowID, geometry: AllData.RightGeometry, - dataId: "", + dataId: AllData.RightDataid, RefName: "jiancefenxiGWFX", }; localStorage.setItem("ReturnPSTX", "On"); //On打开公共弹窗 off不打开公共弹窗 默认为On diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index c437d47..c7229ea 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -304,6 +304,8 @@ RightShowType: "", RightStCode: "", RightDataCode: "", + RightWellCode: "", + RightDataid: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -680,10 +682,14 @@ AllData.RightShowID = ""; AllData.RightStCode = ""; AllData.RightDataCode = ""; + AllData.RightWellCode = ""; + AllData.RightDataid = ""; AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; AllData.RightDataCode = Row.properties.dataCode; + AllData.RightWellCode = Row.properties.wellCode; + AllData.RightDataid = Row.properties.dataId; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -1140,10 +1146,10 @@ dataCode: AllData.RightDataCode, stType: AllData.RightShowType, stCode: AllData.RightStCode, - wellCode: "", + wellCode: AllData.RightWellCode, id: AllData.RightShowID, geometry: AllData.RightGeometry, - dataId: "", + dataId: AllData.RightDataid, RefName: "jiancefenxiGWFX", }; localStorage.setItem("ReturnPSTX", "On"); //On打开公共弹窗 off不打开公共弹窗 默认为On diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue index 6215081..bf2802d 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue @@ -350,6 +350,8 @@ RightShowType: "", RightStCode: "", RightDataCode: "", + RightWellCode: "", + RightDataid: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -728,10 +730,14 @@ AllData.RightShowType = ""; AllData.RightStCode = ""; AllData.RightDataCode = ""; + AllData.RightWellCode = ""; + AllData.RightDataid = ""; AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; AllData.RightDataCode = Row.properties.dataCode; + AllData.RightWellCode = Row.properties.wellCode; + AllData.RightDataid = Row.properties.dataId; // 管点 if (Row.properties.pointType == "rainwater_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -1268,10 +1274,10 @@ dataCode: AllData.RightDataCode, stType: AllData.RightShowType, stCode: AllData.RightStCode, - wellCode: "", + wellCode: AllData.RightWellCode, id: AllData.RightShowID, geometry: AllData.RightGeometry, - dataId: "", + dataId: AllData.RightDataid, RefName: "jiancefenxiGWFX", }; localStorage.setItem("ReturnPSTX", "On"); //On打开公共弹窗 off不打开公共弹窗 默认为On