a
This commit is contained in:
@@ -401,7 +401,7 @@ export const updateInfo = (obj: any) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新信息
|
* 材料审核
|
||||||
* @param obj
|
* @param obj
|
||||||
*/
|
*/
|
||||||
export const materialExam = (obj: any) => {
|
export const materialExam = (obj: any) => {
|
||||||
@@ -412,6 +412,15 @@ export const materialExam = (obj: any) => {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//计算折算分
|
||||||
|
export const makeCorrectScore = (obj: any) => {
|
||||||
|
return request({
|
||||||
|
url: '/recruit/recruitstudentsignup/makeCorrectScore',
|
||||||
|
method: 'post',
|
||||||
|
data: obj,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 转专业
|
* 转专业
|
||||||
* @param obj
|
* @param obj
|
||||||
|
|||||||
Reference in New Issue
Block a user