diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue index 0cd99a59..7c99c2fb 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue @@ -1357,6 +1357,7 @@ export default { await this.getQuestionCalculateRelation() await this.getQuestions(true) this.$emit('resetAnnotations', this.visitTaskId) + this.initSegmentBinding() this.$nextTick(() => { this.rerender = true })