From 43f1736b0561f76e8852d5adb5b3da22ea048fe8 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 24 Mar 2026 15:12:49 +0800 Subject: [PATCH] 1 --- .../trials-panel/reading/dicoms3D/components/SegmentForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue index 7157377e..7e89cd6c 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/SegmentForm.vue @@ -76,7 +76,7 @@ export default { this.series = series }, async init() { - let studyList = this.visitInfo.StudyList + let studyList = Object.assign(this.visitInfo.StudyList, {}) let s = await this.getSegmentationList() this.segmentionList = s let StudyIds = s.map(item => item.StudyId)