From dec09546294047e54c0531d6047d0685cbb45ddd Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期一, 09 十二月 2024 18:30:31 +0800 Subject: [PATCH] 总检 --- src/api/doctor/check.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js index bf7890d..7fc2abe 100644 --- a/src/api/doctor/check.js +++ b/src/api/doctor/check.js @@ -20,6 +20,14 @@ } // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 +export function yichang(query) { + return request({ + url: '/check/getzongjianyishengchakanyichangxiangmu', + method: 'get', + params:query + }) +} +// 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛 export function yingXiangGetProList(query) { return request({ url: '/system/dept/yingXiangGetProList', @@ -27,7 +35,6 @@ params:query }) } - // 鐐瑰嚮璇︽儏 鏄剧ず瀛愰」鐩鎯� 鍜岀埗椤圭洰鍚� export function getSons(tjNumber) { return request({ -- Gitblit v1.8.0