Renxy 2 жил өмнө
parent
commit
0421cc8bb0

+ 2 - 1
src/components/centerPage/charts/BMap.js

@@ -134,7 +134,8 @@ class BMap extends PureComponent {
           {data.map((cur) => {
             if (
               cur.type == ShowIconType.InPipeNet ||
-              cur.type == ShowIconType.OutPipeNet
+              cur.type == ShowIconType.OutPipeNet ||
+              cur.type == ShowIconType.PipeNet
             )
               return (
                 this.showIcon(cur.type) &&