From 7802dd30a2014cb725653322edf9f559c4ccdb77 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Mon, 29 Apr 2024 11:08:48 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=88=A0=E9=99=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/inspection.js | 9 +++++
.../components/view-study-list.vue | 36 ++++++++++++++++++-
src/views/trials/trials-inspection/index.vue | 5 +--
3 files changed, 47 insertions(+), 3 deletions(-)
diff --git a/src/api/inspection.js b/src/api/inspection.js
index f480a30..227f4f4 100644
--- a/src/api/inspection.js
+++ b/src/api/inspection.js
@@ -125,4 +125,13 @@ export function DeletePatientStudyAllData(params) {
method: 'delete',
params
})
+}
+
+// 删除检查
+export function deletePatientStudy(params) {
+ return request({
+ url: '/Patient/deletePatientStudy',
+ method: 'delete',
+ params
+ })
}
\ No newline at end of file
diff --git a/src/views/trials/trials-inspection/components/view-study-list.vue b/src/views/trials/trials-inspection/components/view-study-list.vue
index 6ca3504..7f9ccb9 100644
--- a/src/views/trials/trials-inspection/components/view-study-list.vue
+++ b/src/views/trials/trials-inspection/components/view-study-list.vue
@@ -139,6 +139,13 @@
:title="$t('trials:inspection:button:image')"
@click.stop="image(scope.row)"
/>
+
+