From d12763792286ce5ab74602e7d6283f349b0d58f5 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 2 Jan 2025 14:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=82=9D=E8=84=8F=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/reading.js | 8 ++++++++ .../reading/dicoms/components/MRIPDFF/QuestionForm.vue | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/api/reading.js b/src/api/reading.js index 6521fafa..19bf66a0 100644 --- a/src/api/reading.js +++ b/src/api/reading.js @@ -267,3 +267,11 @@ export function deleteTableQuestionMark(param) { data: param }) } + +export function submitTaskRowInfo(param, type) { + return request({ + url: `/ReadingImageTask/SubmitTaskRowInfo/${type}`, + method: 'post', + data: param + }) +} diff --git a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue index a6831a9e..06afca8c 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/MRIPDFF/QuestionForm.vue @@ -202,8 +202,8 @@