管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-04-21 7a77a5bac194bfd6a85dc80bebc5281fe322779b
src/views/exportMap/index.vue
@@ -375,9 +375,9 @@
      for (var i in res) {
        var str = res[i];
        if (str.type == 1 && this.layername.indexOf(str.id) != -1) {
        if (str.type == 1 && str.icon == 1) {
          val.push(str)
        } else if (str.url != null && str.type == 2 && this.layername.indexOf(str.pid) != -1) {
        } else if (str.url != null && str.type == 2 && str.icon == 1) {
          if (str.isShow == 1) {
            std.push(str.id)