From 0b03780f5e6d3218ac0fa2928357d0be4b719997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Thu, 18 Jan 2024 13:54:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=B7=BB=E5=8A=A0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=88=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/crc-upload/components/uploadDicomFiles2.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue index 583d826b..ef2f5d85 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue @@ -1194,7 +1194,7 @@ export default { let logRes = await scope.OSSclient.put(logJsonObjectName, logJsonBlob) if (logRes && logRes.url) { params.study.instanceCount = dicomInfo.failedFileCount - params.RecordPath = logJsonObjectName + params.RecordPath = scope.$getObjectName(logRes.url) addOrUpdateArchiveStudy(params).then(res => { if (dicomInfo.failedFileCount === dicomInfo.fileCount) { scope.$message.success(scope.$t('trials:uploadDicomList:label:uploaded'))