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}`