From 55955f56fdae8977e6372c333a13e0d60ecb3397 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期三, 07 五月 2025 15:23:04 +0800 Subject: [PATCH] qx --- 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