应征入伍保留学籍申请表-附件上传
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user