From 37e07fda42c962b89ec6d8768ee406134e056f91 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 10 Sep 2025 10:41:14 +0800 Subject: [PATCH] =?UTF-8?q?iRECSIT=E5=9C=A8=20=E9=A6=96=E6=AC=A1=E4=B8=BAP?= =?UTF-8?q?D=E6=97=B6=EF=BC=8C=E7=94=B1RECSIT=201.1=E8=BD=AC=E4=B8=BAiRECS?= =?UTF-8?q?T=EF=BC=8C=E8=BF=9B=E5=85=A5=E9=98=85=E7=89=87=E9=A1=B5?= =?UTF-8?q?=E6=97=B6=E4=BC=9A=E6=98=BE=E7=A4=BA=E6=96=B0=E7=97=85=E7=81=B6?= =?UTF-8?q?=E7=9A=84=E8=BD=AC=E6=8D=A2=E6=8F=90=E7=A4=BA=E3=80=82=E5=BD=93?= =?UTF-8?q?=E9=87=8D=E7=BD=AEeICRF=E6=97=B6=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E6=98=BE=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/components/IRecist/QuestionList.vue | 1 + src/views/trials/trials-panel/reading/dicoms/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue index 33a6823..bd7c0e5 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/IRecist/QuestionList.vue @@ -1103,6 +1103,7 @@ export default { DicomEvent.$emit('getMeasureData') DicomEvent.$emit('getReportInfo', true) DicomEvent.$emit('refreshStudyListMeasureData') + DicomEvent.$emit('showIRecistTip') } loading.close() } catch (e) { diff --git a/src/views/trials/trials-panel/reading/dicoms/index.vue b/src/views/trials/trials-panel/reading/dicoms/index.vue index 75f336f..b7e2437 100644 --- a/src/views/trials/trials-panel/reading/dicoms/index.vue +++ b/src/views/trials/trials-panel/reading/dicoms/index.vue @@ -208,7 +208,7 @@ export default { this.dialogVisible = true this.cdVisitTaskId = taskId }) - DicomEvent.$on('refreshStudyListMeasureData', () => { + DicomEvent.$on('showIRecistTip', () => { var param = { subjectId: this.subjectId, trialId: this.trialId,