From ceb1425908809323e8526d67609dadbf928fc69a Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 7 Nov 2024 15:06:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=97=AE=E9=A2=98=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/customize/CustomizeQuestionFormItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() }) })