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 6a972b32..e68f6788 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 @@ -1002,6 +1002,7 @@ export default { // 打开上传pet临床数据弹框 handleUploadPetData(row) { this.studyData = row; + this.studyData.SubjectId = this.subjectId; this.petVisible = true; }, // 预览所有影像 diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue index f3ff0395..440434c0 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadPetClinicalData.vue @@ -318,13 +318,13 @@ :label="$t('trials:uploadClinicalData:table:fileSize')" width="150" > - + {