src/api/patient/homepage.js
@@ -17,6 +17,7 @@ data: data }) }; // 修改患者档案 export function alterpatient(data) { return request({ @@ -41,6 +42,13 @@ method: 'get', }) }; // 患者门诊详情 export function Patientclinic(userId) { return request({ url: 'patouthosp/selectPatMedOuthospList' + userId, method: 'get', }) }; // 删除患者列表 export function deletepatient(userId) { return request({