应征入伍保留学籍申请表-附件上传

This commit is contained in:
2025-11-17 17:45:23 +08:00
parent 7292888c7f
commit dcef075410
5 changed files with 243 additions and 70 deletions

View File

@@ -26,6 +26,15 @@ export function addEnlistmentReserveAttach(data) {
})
}
// 批量新增保留学籍申请附件(入伍通知书等)
export function batchAddEnlistmentReserveAttach(data) {
return request({
url: '/routine/enlistmentReserveAttach/batchAdd',
method: 'post',
data: data
})
}
// 修改保留学籍申请附件(入伍通知书等)
export function updateEnlistmentReserveAttach(data) {
return request({