获取当前用户的今日日程
This commit is contained in:
@@ -8,6 +8,14 @@ export function getTodayDoctorScheduleList() {
|
||||
})
|
||||
}
|
||||
|
||||
// 获取当前登录医生今日排班列表
|
||||
export function getTodayMySchedule() {
|
||||
return request({
|
||||
url: '/doctor-schedule/today-my-schedule',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 获取医生排班列表
|
||||
export function getDoctorScheduleList() {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user