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 0366e837..caa0c99f 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 @@ -918,7 +918,7 @@ export default { modality: this.studyForm.Modality, bodyPart: this.studyForm.BodyPart, }; - updateModality(this.data.TrialId, params) + updateModality(this.trialId, params) .then((res) => { this.btnLoading = false; if (res.IsSuccess) {