应征入伍保留学籍工作流

This commit is contained in:
2025-11-11 11:51:55 +08:00
parent c65915df8c
commit eee7b48ad1
3 changed files with 20 additions and 3 deletions

View File

@@ -42,3 +42,11 @@ export function delEnlistmentReserve(id) {
method: 'post'
})
}
export function getOwnInfo(){
return request({
url:'/comprehensive/stuInfoView/getOwnInfo',
method:'GET'
})
}