1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
e73a10ea1b
commit
033a34cf1e
|
@ -1113,7 +1113,9 @@ export default {
|
|||
let thumbnailPath = `/${params.trialId}/Image/${params.siteId}/${params.subjectId}/${params.subjectVisitId}/${dicomInfo.studyUid}/${v.seriesUid}/${v.seriesUid}.png`
|
||||
let OSSclient = scope.OSSclient
|
||||
let seriesRes = await OSSclient.put(thumbnailPath, blob)
|
||||
ImageResizePath = scope.$getObjectName(seriesRes.url)
|
||||
if (seriesRes && seriesRes.url) {
|
||||
ImageResizePath = scope.$getObjectName(seriesRes.url)
|
||||
}
|
||||
}
|
||||
}
|
||||
if (res && res.url) {
|
||||
|
@ -1198,6 +1200,7 @@ export default {
|
|||
clearInterval(t)
|
||||
resolve()
|
||||
}).catch((res) => {
|
||||
scope.uploadQueues[index].uploadState.record = Record
|
||||
reject()
|
||||
clearInterval(t)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue