This commit is contained in:
Your Name
2026-07-17 12:50:11 +08:00
parent c608145023
commit 1ed3e06fdf
5 changed files with 256 additions and 11 deletions
+5
View File
@@ -232,6 +232,11 @@ export function autoAssignLogLists(params: Record<string, any>) {
return request.get({ url: '/stats.autoAssignLog/lists', params })
}
/** 批量回退自动分配:将诊单医助撤回到自动分配前的原医助 */
export function autoAssignLogRollback(data: { ids: number[] }) {
return request.post({ url: '/stats.autoAssignLog/rollback', data })
}
/** 医助个人业绩概览 */
export function assistantPerformanceOverview(params: {
time_type?: string