mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
我报名的按管理端的需求的调整
This commit is contained in:
@@ -26,8 +26,17 @@ const userDeleteStudy = function(data){
|
||||
return ajax.postJson(baseURL,'/stu/project/stuCancelEnrollment',data);
|
||||
}
|
||||
|
||||
/**
|
||||
* 重新报名
|
||||
* {studentId,pid}
|
||||
*/
|
||||
const userRsSginupCourse = function(data){
|
||||
return ajax.postJson(baseURL,'/stu/project/stuCancelEnrollment',data);
|
||||
}
|
||||
|
||||
export default {
|
||||
getTaskNum,
|
||||
userTaskList,
|
||||
userDeleteStudy
|
||||
userDeleteStudy,
|
||||
userRsSginupCourse
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user