From d0b4680a0758e13706e68f53b229722e348201a6 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期五, 13 六月 2025 09:23:34 +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