From f28d84093c9cf9d3546e44fe48a88f4451301537 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 18 Sep 2025 10:46:59 +0800 Subject: [PATCH] =?UTF-8?q?PCWG3=E8=AE=BF=E8=A7=86=E9=97=B4=E9=9A=94?= =?UTF-8?q?=E5=A4=A9=E6=95=B0=E5=A1=AB=E5=86=99=E5=90=8E=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E8=AE=BF=E8=A7=86=E7=82=B9=E8=82=BF=E7=98=A4?= =?UTF-8?q?=E8=AF=84=E4=BC=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/reading.js | 8 ++++++ .../reading/dicoms/components/ReportPage.vue | 25 ++++++++++++++++--- 2 files changed, 30 insertions(+), 3 deletions(-) diff --git a/src/api/reading.js b/src/api/reading.js index 9d9edc0..d19dfc2 100644 --- a/src/api/reading.js +++ b/src/api/reading.js @@ -263,4 +263,12 @@ export function setTNMValue(param) { method: 'post', data: param }) +} +// 设置tnm +export function frontGetSiteVisitForTumorEvaluation(param) { + return request({ + url: `/PCWG3Calculate/frontGetSiteVisitForTumorEvaluation`, + method: 'post', + data: param + }) } \ No newline at end of file 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 bd41873..ac762ba 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/ReportPage.vue @@ -113,7 +113,8 @@ + @change="visitIntervalDayChange" :title="scope.row.Remark" + @blur="frontGetSiteVisitForTumorEvaluation" />