diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index 0724fd5..c437d47 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -303,6 +303,7 @@ RightGeometry: "", RightShowType: "", RightStCode: "", + RightDataCode: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -678,9 +679,11 @@ AllData.RightShow = false; AllData.RightShowID = ""; AllData.RightStCode = ""; + AllData.RightDataCode = ""; AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; + AllData.RightDataCode = Row.properties.dataCode; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -1134,7 +1137,7 @@ // debugger; let params = { stName: AllData.ClicksiteName, - dataCode: "", + dataCode: AllData.RightDataCode, stType: AllData.RightShowType, stCode: AllData.RightStCode, wellCode: "", diff --git a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue index 0724fd5..c437d47 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/WSIndex.vue @@ -303,6 +303,7 @@ RightGeometry: "", RightShowType: "", RightStCode: "", + RightDataCode: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -678,9 +679,11 @@ AllData.RightShow = false; AllData.RightShowID = ""; AllData.RightStCode = ""; + AllData.RightDataCode = ""; AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; + AllData.RightDataCode = Row.properties.dataCode; // 管点 if (Row.properties.pointType == "sewage_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -1134,7 +1137,7 @@ // debugger; let params = { stName: AllData.ClicksiteName, - dataCode: "", + dataCode: AllData.RightDataCode, stType: AllData.RightShowType, stCode: AllData.RightStCode, wellCode: "", diff --git a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue index 2003971..6215081 100644 --- a/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue +++ b/src/views/pictureOnMap/page/DrainageSystem/YSIndex.vue @@ -349,6 +349,7 @@ RightGeometry: "", RightShowType: "", RightStCode: "", + RightDataCode: "", TitleName: [ { abbreviation: "高新区", //分区缩写-动态 @@ -726,9 +727,11 @@ AllData.RightShowID = ""; AllData.RightShowType = ""; AllData.RightStCode = ""; + AllData.RightDataCode = ""; AllData.RightGeometry = ""; } else { AllData.RightStCode = Row.properties.stCode; + AllData.RightDataCode = Row.properties.dataCode; // 管点 if (Row.properties.pointType == "rainwater_pipeline_quality") { AllData.ClicksiteName = Row.properties.name; @@ -1262,7 +1265,7 @@ const OpenGongGongDialog = () => { let params = { stName: AllData.ClicksiteName, - dataCode: "", + dataCode: AllData.RightDataCode, stType: AllData.RightShowType, stCode: AllData.RightStCode, wellCode: "",