From 5f5425c1be29b82205f19b7779cda67cfcc3a6e5 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期三, 19 六月 2024 17:53:26 +0800
Subject: [PATCH] qxtj

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

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index d0abc25..1391be0 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -19,6 +19,15 @@
   })
 }
 
+// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
+export function yingXiangGetProList(query) {
+  return request({
+    url: '/system/dept/yingXiangGetProList',
+    method: 'get',
+    params:query
+  })
+}
+
   // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚�
 export function getSons(tjNumber) {
   return request({
@@ -111,4 +120,14 @@
     method: 'get',
     params:data
   })
+}
+
+
+//鐐瑰嚮鐖堕」鐩樉绀哄瓙椤圭洰璇︽儏
+export function AutoGetRule(data) {
+  return request({
+    url: '/hosp/rules/AutoGetRule',
+    method: 'get',
+    params:data
+  })
 }
\ No newline at end of file

--
Gitblit v1.8.0