From caef1ff213da160e818342eceb3d77fac0db280d Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 30 五月 2025 16:41:29 +0800 Subject: [PATCH] qx --- src/api/doctor/check.js | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js index 9355fdf..5ab5ecd 100644 --- a/src/api/doctor/check.js +++ b/src/api/doctor/check.js @@ -54,11 +54,25 @@ } // 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃) -export function getParentList(query) { +export function getParentList(tjNumber,type) { return request({ url: '/system/dept/getParentList', method: 'get', - params:query + params:{ + tjNumber:tjNumber, + type: type + } + }) +} + +// 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃) +export function getParentListWs(tjNumber) { + return request({ + url: '/system/dept/getParentListWs', + method: 'get', + params:{ + tjNumber:tjNumber + } }) } -- Gitblit v1.8.0