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') }