From 6cc31048cb4c1f7a97d845217485ae317f6cf627 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 13 六月 2025 14:53:22 +0800
Subject: [PATCH] 1739 随访记录添加时优化项
---
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