diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index 80c7b13..4d4d1d4 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -189,7 +189,7 @@
站点编号:
- {{ AllData.GWBD.stCode ? AllData.GWBD.stCode : "--" }} + {{ AllData.RightStCode ? AllData.RightStCode : "--" }}
@@ -293,6 +293,7 @@ RightShow: false, //右侧面板是否显示--基于是否选择站点进行判断 RightShowID: "", RightShowType: "", + RightStCode: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -667,7 +668,9 @@ // 说明是同样的一个点点了两次,所以进行关闭 AllData.RightShow = false; AllData.RightShowID = ""; + AllData.RightStCode = ""; } else { + AllData.RightStCode = Row.properties.stCode; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -690,7 +693,7 @@ pointType: "--", pointNumber: "--", stAsName: "--", - stCode: "--", + stCode: AllData.RightStCode || "--", buildTime: "--", pipelineDiameter: "--", pipelineTexture: "--", @@ -1120,7 +1123,7 @@ stName: AllData.ClicksiteName, dataCode: "", stType: AllData.RightShowType, - stCode: AllData.GWBD.stCode, + stCode: AllData.RightStCode, wellCode: "", id: AllData.RightShowID, dataId: "", diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index 80c7b13..4d4d1d4 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -189,7 +189,7 @@
站点编号:
- {{ AllData.GWBD.stCode ? AllData.GWBD.stCode : "--" }} + {{ AllData.RightStCode ? AllData.RightStCode : "--" }}
@@ -293,6 +293,7 @@ RightShow: false, //右侧面板是否显示--基于是否选择站点进行判断 RightShowID: "", RightShowType: "", + RightStCode: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -667,7 +668,9 @@ // 说明是同样的一个点点了两次,所以进行关闭 AllData.RightShow = false; AllData.RightShowID = ""; + AllData.RightStCode = ""; } else { + AllData.RightStCode = Row.properties.stCode; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -690,7 +693,7 @@ pointType: "--", pointNumber: "--", stAsName: "--", - stCode: "--", + stCode: AllData.RightStCode || "--", buildTime: "--", pipelineDiameter: "--", pipelineTexture: "--", @@ -1120,7 +1123,7 @@ stName: AllData.ClicksiteName, dataCode: "", stType: AllData.RightShowType, - stCode: AllData.GWBD.stCode, + stCode: AllData.RightStCode, wellCode: "", id: AllData.RightShowID, dataId: "", diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue index 8c39412..85dc01b 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue @@ -219,7 +219,7 @@
站点编号:
- {{ AllData.GWBD.stCode ? AllData.GWBD.stCode : "--" }} + {{ AllData.RightStCode ? AllData.RightStCode : "--" }}
@@ -353,6 +353,7 @@ RightShow: false, //右侧面板是否显示--基于是否选择站点进行判断 RightShowID: "", RightShowType: "", + RightStCode: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -729,7 +730,9 @@ AllData.RightShow = false; AllData.RightShowID = ""; AllData.RightShowType = ""; + AllData.RightStCode = ""; } else { + AllData.RightStCode = Row.properties.stCode; // 管点 if (Row.properties.pointType == "rainwater_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -751,7 +754,7 @@ pointType: "--", pointNumber: "--", stAsName: "--", - stCode: Row.properties.stCode || "--", + stCode: AllData.RightStCode || "--", buildTime: "--", pipelineDiameter: "--", pipelineTexture: "--", @@ -1257,7 +1260,7 @@ stName: AllData.ClicksiteName, dataCode: "", stType: AllData.RightShowType, - stCode: AllData.GWBD.stCode, + stCode: AllData.RightStCode, wellCode: "", id: AllData.RightShowID, dataId: "",