فهرست منبع

打开管网整体显示

Renxy 2 سال پیش
والد
کامیت
0421cc8bb0
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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) &&