管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-06-13 2aba5be94bcbb03bb5ec13d121fe945c2f8dce38
src/views/datamanage/uploadmanage.vue
@@ -889,12 +889,12 @@
        return
      }
      if (this.formInline.type == "DOM" || this.formInline.type == "DEM") {
        debugger
        this.insertLayer.name = this.multipleSelection[0].name.split('.')[0];
        this.insertLayer.number = this.multipleSelection.length
        this.insertLayer.noData = '0';
        this.insertDialogVisible = true;
      } if (this.formInline.type == "3DML" || this.formInline.type == "BIM") {
      } else if (this.formInline.type == "3DML" || this.formInline.type == "BIM") {
        var val = JSON.parse(JSON.stringify(this.multipleSelection))
        for (var i in val) {
          val[i].isModel = null