This commit is contained in:
zhoutianchi
2026-02-27 11:52:07 +08:00
parent 02a2110eb5
commit 034443cfc8
4 changed files with 17 additions and 350 deletions

View File

@@ -0,0 +1,10 @@
import request from '/@/utils/request';
export const makeExportTeacherInfoBySelfTask = (data?: any) => {
return request({
url: '/recruit/file/exportPreStuSuccess',
method: 'post',
data: data,
});
};