diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue index bfb87db4..fede46b1 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionFormItem.vue @@ -590,8 +590,8 @@ export default { submitTableQuestion(params).then(async res => { this.$message.success(this.$t('common:message:savedSuccessfully')) this.QuestionsForm.RowId = res.Result.RowId - DicomEvent.$emit('reGetQuestionAnswer') - // this.save() + // DicomEvent.$emit('reGetQuestionAnswer') + this.save() loading.close() }).catch(() => { loading.close() }) })