| | |
| | | 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 |