diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue index a0916f2a..6474bca2 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/mRecist/QuestionList.vue @@ -1290,6 +1290,7 @@ export default { this.$message.success(this.$t('common:message:savedSuccessfully')) this.getTableQuestions() this.$emit('getAnnotations', this.visitTaskId) + this.activeName = '' } loading.close() },