From 6b0ccba7e346b3fb227ab63c0f96f252b6aa97e6 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 28 四月 2025 14:18:23 +0800
Subject: [PATCH] Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb_region

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