From 76b84294e2f32f70bc6b86d8e70459b4d603eb0e Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 22 Nov 2024 16:32:39 +0800 Subject: [PATCH 1/2] 1 --- .../trials-panel/reading/dicoms/components/ReportPage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue index ee33bf4..0747a82 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue @@ -327,7 +327,8 @@ export default { assessmentQuestions: [], tLesionCount: null, ntLesionCount: null, - openWindow: null + openWindow: null, + reportBtnLoading: false } }, computed: { From 76bc1bac161186ccf1d85cf61251a12dc9acf4c3 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 22 Nov 2024 16:40:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E9=98=85=E7=89=87=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=8A=A5=E5=91=8A=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms/components/ReportPage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue index 0747a82..7b7111d 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue @@ -328,7 +328,8 @@ export default { tLesionCount: null, ntLesionCount: null, openWindow: null, - reportBtnLoading: false + reportBtnLoading: false, + previewFileVisible: false } }, computed: {