diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index c2167313..20b902c0 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -24,9 +24,9 @@ $t('DicomViewer:anonymous:Comparison') }}
{{ $t('DicomViewer:anonymous:Exit') }}
-
{{ +
{{ $t('DicomViewer:anonymous:Recovery') }}
-
{{ +
{{ $t('DicomViewer:anonymous:RecoveryAll') }}
@@ -562,8 +562,8 @@ export default { ], imageIds: [newImageId] }, serie) - this.$refs[`dicomCanvas0`].loadImageStack(dicomCanvas0_info, this.$t('DicomViewer:anonymous:before')) - this.$refs[`dicomCanvas1`].loadImageStack(dicomCanvas1_info, this.$t('DicomViewer:anonymous:after')) + this.$refs[`dicomCanvas0`].loadImageStack(dicomCanvas0_info, this.$t('DicomViewer:anonymous:after')) + this.$refs[`dicomCanvas1`].loadImageStack(dicomCanvas1_info, this.$t('DicomViewer:anonymous:before')) }) } else { this.isComparison = f @@ -573,7 +573,10 @@ export default { } }, recovery(isAll = false) { - if (this.isComparison) return false + // if (this.isComparison) return false + if (this.isAnonymous) { + this.comparison(false) + } this.setToolsPassive() this.$refs[`dicomCanvas0`].getNote_RectangleRoi().then(async obj => { let { image } = obj 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 89b1531d..d158198c 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -128,7 +128,7 @@ {{ $t('trials:reading:Segmentations:title:InactiveSegmentationsShow') - }} + }}