From 281d98f7e9b006452c2fbd0a2e02c1f93e154486 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 10 Jul 2025 11:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=A0=87=E8=AE=B0=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=20=20=20MeasureData=20=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E5=80=99=20=20OrderMarkName=20=E5=92=8C=20Pi?= =?UTF-8?q?cturePath=20=E4=B9=9F=E5=BA=94=E8=AF=A5=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue index 472db64a..519a2f81 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue @@ -560,7 +560,9 @@ export default { MeasureData: '', StudyId: '', SeriesId: '', - InstanceId: '' + InstanceId: '', + OrderMarkName: '', + PicturePath: '' }) const key = this.operateRowId ? `${this.operateRowId}_${obj.question.Id}`