Jelajahi Sumber

打开管网整体显示

Renxy 2 tahun lalu
induk
melakukan
0421cc8bb0
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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) &&