Explorar el Código

打开管网整体显示

Renxy hace 2 años
padre
commit
0421cc8bb0
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/components/centerPage/charts/BMap.js

+ 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) &&