From 7b41c32c0107960760594ce7db9a130d93c9ad92 Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 18 四月 2025 14:47:24 +0800 Subject: [PATCH] qx --- src/api/doctor/check.js | 32 +++++++++++++++++++++++++++----- 1 files changed, 27 insertions(+), 5 deletions(-) diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js index bf7890d..9355fdf 100644 --- a/src/api/doctor/check.js +++ b/src/api/doctor/check.js @@ -20,6 +20,21 @@ } // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 +export function yichang(query) { + return request({ + url: '/check/getzongjianyishengchakanyichangxiangmu', + method: 'get', + params:query + }) +} +export function shanchu(query) { + return request({ + url: '/check/delzongjianyishengchakanyichangxiangmu', + method: 'get', + params:query + }) +} +// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 export function yingXiangGetProList(query) { return request({ url: '/system/dept/yingXiangGetProList', @@ -27,7 +42,6 @@ params:query }) } - // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚� export function getSons(tjNumber) { return request({ @@ -40,13 +54,11 @@ } // 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃) -export function getParentList(tjNumber) { +export function getParentList(query) { return request({ url: '/system/dept/getParentList', method: 'get', - params:{ - tjNumber:tjNumber - } + params:query }) } @@ -140,4 +152,14 @@ method: 'get', params:data }) +} + +export function getXm(tjNumber) { + return request({ + url: '/system/dept/ysjcbGetProByTjNumAndOrderId', + method: 'get', + params:{ + tjNumber:tjNumber + } + }) } \ No newline at end of file -- Gitblit v1.8.0