From cb1f69717eed3b6a61b6c61a8934bac752782b2d Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期三, 05 三月 2025 17:00:38 +0800
Subject: [PATCH] 1

---
 src/api/doctor/check.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 7fc2abe..cc5e9a0 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -27,6 +27,13 @@
     params:query
   })
 }
+export function shanchu(query) {
+  return request({
+    url: '/check/delzongjianyishengchakanyichangxiangmu',
+    method: 'get',
+    params:query
+  })
+}
 // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
 export function yingXiangGetProList(query) {
   return request({
@@ -147,4 +154,14 @@
     method: 'get',
     params:data
   })
+}
+
+export function getXm(tjNumber) {
+  return request({
+    url: '/system/dept/ysjcbGetProByTjNumAndOrderId',
+    method: 'get',
+    params:{
+      tjNumber:tjNumber
+    }
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0