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 b1da534b..77345c99 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -123,7 +123,7 @@ {{ $t('trials:reading:Segmentations:title:InactiveSegmentationsShow') - }} + }}
{{ index + 1 }}
@@ -676,6 +676,7 @@ export default { // this.viewBidirectional(item.segments, view) }, viewSegment(item, view) { + item.bidirectionalView = view item.view = view this.$emit('setToolsPassive') DicomEvent.$emit('viewSegment', item)