From cee2eca9c3e40b48c40a8fe80f938a777f03d463 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 10 六月 2025 17:57:11 +0800
Subject: [PATCH] 1

---
 src/api/doctor/check.js |   18 ++++++++++++++++--
 1 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 9355fdf..5ab5ecd 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -54,11 +54,25 @@
 }
 
 // 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃)
-export function getParentList(query) {
+export function getParentList(tjNumber,type) {
   return request({
     url: '/system/dept/getParentList',
     method: 'get',
-    params:query
+    params:{
+      tjNumber:tjNumber,
+      type: type
+    }
+  })
+}
+
+// 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃)
+export function getParentListWs(tjNumber) {
+  return request({
+    url: '/system/dept/getParentListWs',
+    method: 'get',
+    params:{
+      tjNumber:tjNumber
+    }
   })
 }
 

--
Gitblit v1.8.0