管道基础大数据平台系统开发-【前端】-新系統界面
13693261870
2023-06-12 5cd616e1a141010a391485624e92ef2650410359
src/views/Tools/LayerTree.vue
@@ -710,8 +710,13 @@
            continue;
          }
          if (layer.type == 2 && (layer.isProject || isPrj)) {
            layers.push(layer);
          //if (layer.type == 2 && (layer.isProject || isPrj)) {
          //  layers.push(layer);
          //}
          if (code) {
            if (layer.type == 2 && (layer.isProject || isPrj)) layers.push(layer);
          } else {
            if (layer.isShow) layers.push(layer);
          }
        }
        return;