| | |
| | | var fs2 = null; |
| | | if (this.formInline.uploadType == "v1") { |
| | | //单文件项目上传 |
| | | fs2 = document.getElementById("metaDataFile"); |
| | | if (this.pathBak != null && this.pathBak.indexOf("checkMain") > -1) { |
| | | if (fs2.files.length == 0) { |
| | | return this.$message.error("请选择需要上传的元数据文件"); |
| | | } |
| | | } |
| | | // fs2 = document.getElementById("metaDataFile"); |
| | | // if (this.pathBak != null && this.pathBak.indexOf("checkMain") > -1) { |
| | | // if (fs2.files.length == 0) { |
| | | // return this.$message.error("请选择需要上传的元数据文件"); |
| | | // } |
| | | // } |
| | | } else if (this.formInline.uploadType == "v2") { |
| | | //整体项目上传 |
| | | fs2 = document.getElementById("wbsDataFile"); |