From 333626d05a8ce4cf553e2a1e3fed1259d0814fb1 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 21 四月 2025 18:11:03 +0800
Subject: [PATCH] 1

---
 src/api/doctor/check.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

--
Gitblit v1.8.0