From e86caaa9da27f6b0d5aefd5f0246674ab43975d8 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 06 五月 2025 10:56:52 +0800
Subject: [PATCH] gx

---
 src/api/Patients/index.ts |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index 8dd2534..f447885 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -111,4 +111,12 @@
             },
         params
     });
+}
+// 获取干体重列表
+export function getDryWeightList(params: object) {
+    return request({
+      url: '/patient/vs/pure/weight/list',
+      method: 'post',
+      params
+    })
 }
\ No newline at end of file

--
Gitblit v1.8.0