From 77a938594b066349db89ce9c06007bfc02a58150 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 06 八月 2024 18:23:46 +0800 Subject: [PATCH] 测试完成 --- src/api/patient/homepage.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/api/patient/homepage.js b/src/api/patient/homepage.js index ee65d9d..82592c9 100644 --- a/src/api/patient/homepage.js +++ b/src/api/patient/homepage.js @@ -17,10 +17,11 @@ data: data }) }; + // 淇敼鎮h�呮。妗� export function alterpatient(data) { return request({ - url: '/smartor/patarchive/edit', + url: '/smartor/patarchive/saveOrUpdatePatInfo', method: 'post', data: data }) @@ -33,6 +34,7 @@ data: data }) }; + // 鎮h�呰鎯� export function particularpatient(userId) { return request({ @@ -40,6 +42,13 @@ method: 'get', }) }; +// 鎮h�呴棬璇婅鎯� +export function Patientclinic(userId) { + return request({ + url: 'patouthosp/selectPatMedOuthospList' + userId, + method: 'get', + }) +}; // 鍒犻櫎鎮h�呭垪琛� export function deletepatient(userId) { return request({ -- Gitblit v1.9.3