From ec129b718bc1a5c7192064f7ca3137401a801a77 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 28 四月 2025 14:18:47 +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