From a48dc114e817978f18d5b115a89d776a457f6a48 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 29 Dec 2025 09:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/export.js | 2 +- .../components/GlobalReview.vue | 35 ------------------- .../reading/reading-task/index.vue | 3 -- .../components/exportList.vue | 5 +-- 4 files changed, 4 insertions(+), 41 deletions(-) diff --git a/src/api/export.js b/src/api/export.js index 738eb5e8..da589d90 100644 --- a/src/api/export.js +++ b/src/api/export.js @@ -239,7 +239,7 @@ export function getPatientList_Export(data) { data }) } -export function getTumor_CDISC_Export(data) { +export function getTumor_CDISC_IVUSOCT_Export(data) { return requestDownload({ url: `/IVUS_OCTExport/getTumor_CDISC_Export`, responseType: 'blob', diff --git a/src/views/trials/trials-panel/reading/mim-medical-audit/components/GlobalReview.vue b/src/views/trials/trials-panel/reading/mim-medical-audit/components/GlobalReview.vue index 295008f2..278e2f9a 100644 --- a/src/views/trials/trials-panel/reading/mim-medical-audit/components/GlobalReview.vue +++ b/src/views/trials/trials-panel/reading/mim-medical-audit/components/GlobalReview.vue @@ -27,18 +27,12 @@