From 15fa5134533f7ed67ca73eaa83544e2f2b85ee2f Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 8 Apr 2024 18:04:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E6=9C=AA=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E7=BB=91=E5=AE=9A=E8=AE=BF=E8=A7=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-panel/study/components/edit-visit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/study/components/edit-visit.vue b/src/views/trials/trials-panel/study/components/edit-visit.vue index 6468635..5a54276 100644 --- a/src/views/trials/trials-panel/study/components/edit-visit.vue +++ b/src/views/trials/trials-panel/study/components/edit-visit.vue @@ -128,7 +128,7 @@ export default { TrialId: this.data.TrialId, SubjectId: this.data.SubjectId, SubjectVisitId: this.form.SubjectVisitId, - ScpStudyId: this.data.StudyId, + ScpStudyId: this.data.StudyId || this.data.SCPStudyId, }; let arr = [obj]; try {