From c603d10ff569f13b8255510056f6d0a281f0fcc8 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Tue, 3 Mar 2026 09:41:56 +0800 Subject: [PATCH] =?UTF-8?q?IVUS=20&=20OCT=20=E7=A7=BB=E9=99=A4=E6=B5=8B?= =?UTF-8?q?=E9=87=8F=E5=80=BC=E8=A7=A6=E5=8F=91=E8=87=AA=E5=8A=A8=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/IVUS/QuestionList.vue | 3 ++- .../reading/dicoms/components/OCT/QuestionList.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue index c6925575..2f25bdd7 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IVUS/QuestionList.vue @@ -784,7 +784,8 @@ export default { } const res = await deleteReadingRowAnswer(param) if (res.IsSuccess) { - await this.getReadingQuestionAndAnswer(this.visitTaskId) + // await this.getReadingQuestionAndAnswer(this.visitTaskId) + this.refreshQuestions() DicomEvent.$emit('getReportInfo', true) // '删除成功!' this.$message.success(this.$t('common:message:deletedSuccessfully')) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue index cb421719..cf60ac7d 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/OCT/QuestionList.vue @@ -789,7 +789,8 @@ export default { } const res = await deleteReadingRowAnswer(param) if (res.IsSuccess) { - await this.getReadingQuestionAndAnswer(this.visitTaskId) + this.refreshQuestions() + // await this.getReadingQuestionAndAnswer(this.visitTaskId) DicomEvent.$emit('getReportInfo', true) // '删除成功!' this.$message.success(this.$t('common:message:deletedSuccessfully'))