From 6a02437da5ca1fd368bae48622589f6f359bff95 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 09 十月 2024 09:01:04 +0800
Subject: [PATCH] 更新营养筛查评估
---
src/api/Patients/index.ts | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/api/Patients/index.ts b/src/api/Patients/index.ts
index a273fdc..49a5725 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'
@@ -43,3 +43,4 @@
});
}
+
--
Gitblit v1.8.0