Procházet zdrojové kódy

打开管网整体显示

Renxy před 2 roky
rodič
revize
0421cc8bb0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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) &&