医学审核优化

uat_us
caiyiling 2024-03-04 17:55:47 +08:00
parent de40cb6ec5
commit 5859102225
1 changed files with 0 additions and 1 deletions

View File

@ -340,7 +340,6 @@ export default {
var file = await this.fileToBlob(param.file) var file = await this.fileToBlob(param.file)
var trialId = this.$route.query.trialId var trialId = this.$route.query.trialId
const res = await this.OSSclient.put(`/${trialId}/MedicalReview/${param.file.name}`, file) const res = await this.OSSclient.put(`/${trialId}/MedicalReview/${param.file.name}`, file)
console.log(res)
this.fileList.push({ name: param.file.name, url: this.$getObjectName(res.url) }) this.fileList.push({ name: param.file.name, url: this.$getObjectName(res.url) })
this.loading = false this.loading = false
} catch (e) { } catch (e) {