阅片排序

This commit is contained in:
2025-06-13 11:17:28 +08:00
parent c865608313
commit ccdfe9d83e
2 changed files with 43 additions and 4 deletions
+8
View File
@@ -480,3 +480,11 @@ export function resetReadingRestTime() {
method: 'post'
})
}
// 设置随机排序
export function setRandomTaskOrder(data) {
return request({
url: `/VisitTask/setRandomTaskOrder`,
method: 'post',
data
})
}