This commit is contained in:
2026-08-27 15:28:17 +08:00
18 changed files with 542 additions and 140 deletions
@@ -21,7 +21,7 @@ export function getApplication(bh) {
})
}
// 新增学籍异动申请(请求体 XYXJYDSQB 实体;bh 需前端传入,创建/修改时间后端自动维护)
// 新增学籍异动申请(编号、状态和创建/修改时间由后端维护)
export function addApplication(data) {
return request({
url: '/student-records/application/add',
+9
View File
@@ -21,6 +21,15 @@ export function getTeam(xydbh) {
})
}
// 根据是否为主体培训任务查询可选培训任务
export function listTrainingTasks(ztpxrw) {
return request({
url: '/student-records/training-tasks',
method: 'get',
params: { ztpxrw }
})
}
// 新增学员队(请求体 XYDB)
export function addTeam(data) {
return request({