-- 复制开课and学员清空

This commit is contained in:
yuping
2022-12-08 23:43:50 +08:00
parent b46395410a
commit b9bab9475e
5 changed files with 897 additions and 843 deletions

4
src/api/student.js Normal file
View File

@@ -0,0 +1,4 @@
import http from "./config";
export const studentDelAll = (params) => http.get('/admin/student/del', {params})