From ba772ed9b7e6009f57bd6b4f95f43ff61b12dd9b Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 07 七月 2025 10:10:15 +0800
Subject: [PATCH] zongjianshenhe

---
 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