From 52e1e7c83d1650cce2cb88eec90275f379d283d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E8=B6=85?= Date: Fri, 18 Nov 2022 09:36:44 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=8D=A2=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexProjStu.js | 5 +- src/components/drawers/ChangeGroup.vue | 82 +++- src/views/projectcenter/TaskPage.vue | 496 +++++++++++++++---------- 3 files changed, 372 insertions(+), 211 deletions(-) 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 @@