diff --git a/src/api/indexProjStu.js b/src/api/indexProjStu.js
index b28fa230..8d9ddff3 100644
--- a/src/api/indexProjStu.js
+++ b/src/api/indexProjStu.js
@@ -13,4 +13,7 @@ export const getGroupList = (obj) => http.post('/admin/project/groupList', obj)
export const deleteGroup = (obj) => http.delete('/admin/project/deleteGroup', { params: obj })
//新增或编辑小组
-export const editGroup = (obj) => http.post('/admin/project/editGroup', obj)
\ No newline at end of file
+export const editGroup = (obj) => http.post('/admin/project/editGroup', obj)
+
+//查看学员
+export const studentProcess = (obj) => http.get('/admin/project/studentProcess', { params: obj })
\ No newline at end of file
diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue
index ab8a693e..e55199b7 100644
--- a/src/components/drawers/SeeStu.vue
+++ b/src/components/drawers/SeeStu.vue
@@ -21,8 +21,8 @@
