diff --git a/src/views/pictureOnMap/index.vue b/src/views/pictureOnMap/index.vue index 4c0219f..5823b2f 100644 --- a/src/views/pictureOnMap/index.vue +++ b/src/views/pictureOnMap/index.vue @@ -274,6 +274,11 @@ return; } // debugger; + // 没有注释 不理解前面的代码意义,只能在这里写死 + if (type == "rainwater_pipeline_quality_area") { + type = "rainwater_pipeline_quality"; + dialogConfig.RefName = "jiancefenxiGWFX"; + } let params = { dataCode: type, scene: specificFun(type) || "basis_monitor", @@ -404,23 +409,9 @@ let Name = properties ? properties.pointTypeName : "" || ""; // Annotation(properties); console.log("1111", type, layerId); - if (properties.layer == "排水分区") { - // a(properties); - - // if (Getproperties.value.c_layer.includes('雨水分区_1')) { - // type = 'water_region_info'; - // GetBoxmenu('雨水分区', type); - // } - - // if (Getproperties.value.c_layer.includes('污水分区')) { - // type = 'region_info'; - // GetBoxmenu('污水分区', type); - // } - return; } - let layerIdarr = [ "湖泊", "湖泊_text", @@ -441,7 +432,6 @@ type = newsetarr.find((item) => { return layerId == item.name; }).value; - GetBoxmenu(layerId, type); return;