From 376fce588c5662012e0ebafbf91dbf22ec5e4bc5 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 16 十月 2024 13:18:58 +0800
Subject: [PATCH] gx
---
src/api/Patients/index.ts | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index a273fdc..92151b2 100644
--- a/src/api/Patients/index.ts
+++ b/src/api/Patients/index.ts
@@ -34,7 +34,7 @@
*/
export function getLisResults(params: object) {
return request({
- url: '/nutrition/getLisResults',
+ url: '/lis/report/getLatestReportByPat',
method: 'post',
headers: {
'Content-Type': 'application/x-www-form-urlencoded'
@@ -42,4 +42,12 @@
params
});
}
+export function update(params: Object) {
+ return request({
+ url: '/patient/info/update',
+ method: 'post',
+ data: params,
+ });
+}
+
--
Gitblit v1.8.0