应征入伍保留学籍申请表附件删除

This commit is contained in:
2025-11-21 17:27:49 +08:00
parent a5c6980bdd
commit a880bf7717
5 changed files with 96 additions and 33 deletions

View File

@@ -51,3 +51,12 @@ export function delEnlistmentReserveAttach(id) {
method: 'post'
})
}
// 删除保留学籍申请附件(入伍通知书等)
export function deleteRtEnlistmentReserveAttachByFileNameAndStuName(query) {
return request({
url: '/routine/enlistmentReserveAttach/deleteRtEnlistmentReserve',
method: 'post',
params: query
})
}