From d4be39fedaed04b0f1f34808dc55369ed5b94e21 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期五, 16 五月 2025 17:59:09 +0800
Subject: [PATCH] BMI

---
 src/api/doctor/check.js |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/api/doctor/check.js b/src/api/doctor/check.js
index 78085d8..f2c00e0 100644
--- a/src/api/doctor/check.js
+++ b/src/api/doctor/check.js
@@ -27,6 +27,13 @@
     params:query
   })
 }
+export function shanchu(query) {
+  return request({
+    url: '/check/delzongjianyishengchakanyichangxiangmu',
+    method: 'get',
+    params:query
+  })
+}
 // 浣撴绉戝鍒楄〃鏄剧ず鎺ュ彛
 export function yingXiangGetProList(query) {
   return request({
@@ -57,6 +64,17 @@
   })
 }
 
+// 鍖荤敓鐐瑰嚮浣撴淇℃伅璇︽儏(鍙樉绀虹埗椤圭洰鍒楄〃)
+export function getParentListWs(tjNumber) {
+  return request({
+    url: '/system/dept/getParentListWs',
+    method: 'get',
+    params:{
+      tjNumber:tjNumber
+    }
+  })
+}
+
 
 //鐐瑰嚮鐖堕」鐩樉绀哄瓙椤圭洰璇︽儏
 export function getParentId(data) {

--
Gitblit v1.8.0