From 81d9f2ea7bea17cf15f3106ac216cc131302dd61 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 22 Nov 2024 17:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8E=86=E5=85=B6=E4=BB=96=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E7=BB=8F=E5=8E=86=E9=A1=B9=E7=9B=AE=E5=92=8C=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../curriculumVitae/components/info/clinicalTrials.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/reviewers/curriculumVitae/components/info/clinicalTrials.vue b/src/views/reviewers/curriculumVitae/components/info/clinicalTrials.vue index 5b5f99b7..c3e21136 100644 --- a/src/views/reviewers/curriculumVitae/components/info/clinicalTrials.vue +++ b/src/views/reviewers/curriculumVitae/components/info/clinicalTrials.vue @@ -864,6 +864,9 @@ export default { let validate = await this.$refs.otherAboutFrom.validate() if (!validate) return false this.otherForm.DoctorId = this.reviewerId + if(this.trialId){ + this.otherForm.TrialId = this.trialId + } this.loading = true let res = await updateOtherExperience(this.otherForm) this.loading = false