feat:获取学员列表 搜索 重置 批量删除 单个删除 清空 勾选效果

This commit is contained in:
songwc
2022-11-08 17:03:27 +08:00
parent fe744abde2
commit 7317520f10
6 changed files with 541 additions and 283 deletions

7
src/api/indexProjStu.js Normal file
View File

@@ -0,0 +1,7 @@
import http from "./config";
//获取项目学员列表
export const getProjStu = (obj) => http.post('/admin/project/studentList', obj)
//删除学员
export const deleteStu = (obj) => http.post('/admin/project/deleteStudent', obj)