diff --git a/src/api/indexProjStu.js b/src/api/indexProjStu.js index 7d41cb19..050d59ba 100644 --- a/src/api/indexProjStu.js +++ b/src/api/indexProjStu.js @@ -28,4 +28,7 @@ export const overview = (obj) => http.get('/admin/project/overview', { params: o export const setScoreRule = (obj) => http.post('/admin/project/setScoreRule', obj) //获取学员积分明细列表 -export const studentScoreList = (obj) => http.post('/admin/project/studentScoreList', obj) \ No newline at end of file +export const studentScoreList = (obj) => http.post('/admin/project/studentScoreList', obj) + +//添加项目学员 +export const addStudent = (obj) => http.post('/admin/project/addStudent', obj) \ No newline at end of file diff --git a/src/components/drawers/ChangeGroup.vue b/src/components/drawers/ChangeGroup.vue index 2059425d..3f83f850 100644 --- a/src/components/drawers/ChangeGroup.vue +++ b/src/components/drawers/ChangeGroup.vue @@ -29,8 +29,8 @@
- - + +
@@ -38,7 +38,9 @@