导出头像 学籍卡导出 顶岗申请

This commit is contained in:
yaojian
2026-03-10 17:50:48 +08:00
parent 7e4f5e1e9b
commit 33b228da9a
2 changed files with 115 additions and 5 deletions

View File

@@ -504,11 +504,10 @@ export const exportStudentData = (data: any) => {
/**
* 申请顶岗
* @param data
* TODO: 接口文档中未找到此接口,请提供正确的接口地址
*/
export const applyInternship = (data: any) => {
return request({
url: '/basic/basicstudent/applyInternship', // TODO: 接口文档中未找到此接口
url: '/work/jobfairstu/batchSaveJobFairStu',
method: 'post',
data: data,
});