diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index 4f5bb967..eff2e12c 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -900,6 +900,7 @@ export default { methods: { resetQuestion() { this.$refs[`ecrf_${this.lastViewportTaskId}`][0].getQuestions(false) + this.$refs[`ecrf_${this.lastViewportTaskId}`][0].initSegmentBinding() }, handleSegmentSave(obj) { this.$refs[`ecrf_${this.lastViewportTaskId}`][0].handleSegmentSave(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 22598def..09e204fc 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -120,7 +120,7 @@ {{ $t('trials:reading:Segmentations:title:InactiveSegmentationsShow') - }} + }}