上传添加时间戳
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
540b85e160
commit
0b03780f5e
|
@ -1194,7 +1194,7 @@ export default {
|
||||||
let logRes = await scope.OSSclient.put(logJsonObjectName, logJsonBlob)
|
let logRes = await scope.OSSclient.put(logJsonObjectName, logJsonBlob)
|
||||||
if (logRes && logRes.url) {
|
if (logRes && logRes.url) {
|
||||||
params.study.instanceCount = dicomInfo.failedFileCount
|
params.study.instanceCount = dicomInfo.failedFileCount
|
||||||
params.RecordPath = logJsonObjectName
|
params.RecordPath = scope.$getObjectName(logRes.url)
|
||||||
addOrUpdateArchiveStudy(params).then(res => {
|
addOrUpdateArchiveStudy(params).then(res => {
|
||||||
if (dicomInfo.failedFileCount === dicomInfo.fileCount) {
|
if (dicomInfo.failedFileCount === dicomInfo.fileCount) {
|
||||||
scope.$message.success(scope.$t('trials:uploadDicomList:label:uploaded'))
|
scope.$message.success(scope.$t('trials:uploadDicomList:label:uploaded'))
|
||||||
|
|
Loading…
Reference in New Issue