From 6b645d3161ef468b01c3b39f3d9a5a46a561ac12 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Wed, 4 Sep 2024 13:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/crc-upload/components/uploadPetClinicalData.vue | 1 + 1 file changed, 1 insertion(+) 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 440434c0..4b6ee07e 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 @@ -654,6 +654,7 @@ export default { this.loading = true; this.data.TrialId = this.$route.query.trialId; var param = { + SubjectVisitId: this.studyData.SubjectVisitId, StudyId: this.studyData.StudyId, TrialId: this.$route.query.trialId, SubjectId: this.studyData.SubjectId,