From 1dd21911e57bf93814b63c1c99c9a5a8db792db4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 13 Dec 2024 17:35:30 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E6=8B=89=E5=8F=96=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=B7=B2=E6=8B=89=E5=8F=96=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inspection.js | 9 +++ .../components/pull-image-list.vue | 78 ++++++++++++++++--- 2 files changed, 75 insertions(+), 12 deletions(-) diff --git a/src/api/inspection.js b/src/api/inspection.js index 30569f8..a7f8675 100644 --- a/src/api/inspection.js +++ b/src/api/inspection.js @@ -179,4 +179,13 @@ export function cmoveStudyList(data) { method: 'post', data }) +} + +// pacs验证 +export function cMoveVerify(data) { + return request({ + url: '/Patient/cMoveVerify', + method: 'post', + data + }) } \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pull-image-list.vue index 5887cf9..acad5f9 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pull-image-list.vue @@ -16,8 +16,8 @@ > - @@ -93,6 +93,17 @@ clearable :maxlength="400" > + --> + + + - --> + +