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 |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

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

--
Gitblit v1.8.0