From e8f95d09bab4755ecae53d296642b3945434fe67 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 26 Mar 2026 17:49:39 +0800 Subject: [PATCH] 1 --- .../reading/dicoms3D/components/Segmentations.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue index 09e204fc..d33a1873 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -803,10 +803,10 @@ export default { if (this.segmentList[groupIndex].segments.length > 0) { this.selectSegment(this.segmentList[groupIndex].segments[0]) } - let data = { + let d = { SegmentId: data.id } - let r = await this.getSegmentBindingList(data) + let r = await this.getSegmentBindingList(d) if (r && r.length > 0) { this.$set('resetQuestion') }