From 184ca1b6806ad9fa34608d848fc2c927ab672bd2 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 09 五月 2025 11:00:18 +0800
Subject: [PATCH] 1

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

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index cc5e9a0..f2c00e0 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -64,6 +64,17 @@
   })
 }
 
+// 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃)
+export function getParentListWs(tjNumber) {
+  return request({
+    url: '/system/dept/getParentListWs',
+    method: 'get',
+    params:{
+      tjNumber:tjNumber
+    }
+  })
+}
+
 
 //鐐瑰嚮鐖堕」鐩樉绀哄瓙椤圭洰璇︽儏
 export function getParentId(data) {

--
Gitblit v1.8.0