1. 医生端开方2.0测试
This commit is contained in:
@@ -11,6 +11,15 @@ export function getPatientList(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取正在接诊的患者列表
|
||||
export function getAcceptingPatientList(data) {
|
||||
return req.request({
|
||||
url: '/newApi/doctor-reception-wx/accepting-patient-list',
|
||||
method: 'GET',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取患者详情
|
||||
export function getPatientItem(id) {
|
||||
return req.request({
|
||||
|
||||
Reference in New Issue
Block a user