批量设置阅片期
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-04 16:17:39 +08:00
parent b88657fda0
commit 181eaed3f5
5 changed files with 626 additions and 712 deletions
+16
View File
@@ -4341,4 +4341,20 @@ export function getTrialSiteLatestSurvey(params) {
method: 'get',
params
})
}
// 阅片期计划列表
export function getReadModulePageList(data) {
return request({
url: `/ReadModule/getReadModulePageList`,
method: 'post',
data
})
}
// 移除阅片期
export function setBatchRemoveReadingPlan(data) {
return request({
url: `/ReadingPeriodSet/setBatchRemoveReadingPlan`,
method: 'post',
data
})
}