1. 医生端开方2.0测试

This commit is contained in:
李琦
2026-05-07 11:04:56 +08:00
parent 11b1c86a08
commit b862fc1817
8 changed files with 697 additions and 108 deletions

View File

@@ -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({