From 8aa067e52fb60c80a13305da33c6a4f02195117c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 24 Nov 2025 17:17:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=9Edicom=E6=9B=B4=E6=AD=A3=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E9=83=A8=E4=BD=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/qc-check/components/qualityAssurance.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index b772a12f..a391c5be 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -2308,7 +2308,8 @@ export default { ModifyReason: this.noneDicomForm.ModifyReason, Modality: this.noneDicomForm.Modality, BodyPart: this.noneDicomForm.BodyParts.join(', '), - ImageDate: this.noneDicomForm.ImageDate + ImageDate: this.noneDicomForm.ImageDate, + BodyPartForEditOther: this.noneDicomForm.BodyPartForEditOther, }, signInfo }