diff --git a/src/api/index1.js b/src/api/index1.js index eafae25e..1a2376f0 100644 --- a/src/api/index1.js +++ b/src/api/index1.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-04 22:45:31 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-01-10 17:38:43 + * @LastEditTime: 2023-02-01 11:07:17 * @FilePath: /fe-manage/src/api/index1.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -78,7 +78,7 @@ export const delStudent = (obj) => http.post("/admin/router/deleteStudent", obj); // 获取学员路径图进度明细 -export const stuProgress = (params) => http.get('/admin/router/studentProcess', {params}); +export const stuProgress = (params) => http.get('/admin/router/studentProcess', { params }); // export const stuProgress = (obj) =>http.post("/admin/router/studentProcess", obj); //编辑学习路径基本信息 @@ -103,7 +103,7 @@ export const billboard = (obj) => http.post("/admin/project/billboard", obj); //公共信息--------------------------------------------------- // 获取字典信息 export const getDict = (obj) => http.post('/dict/getList', obj) -export const getDictTree = (params) => http.get('/dict/getTree', {params}) +export const getDictTree = (params) => http.get('/dict/getTree', { params }) //获取组织树一级列表 export const getOrgTree = (obj) => http.post('/admin/router/orgList', obj) //根据id获取组织树一级元素下所有子元素 @@ -190,4 +190,4 @@ export const getImportStatus = (uuid) => http.get('/admin/student/getImportStatu // 面授课导入学员 export const FaceTeachImportStudent = (obj) => http.post('/admin/student/importStudent', obj, { headers: { "Content-Type": "multipart/form-data" } }) //成绩录入 -export const updateStudent = (obj) => http.post('/admin/student/updateStudent', obj) \ No newline at end of file +export const updateStudent = (obj) => http.post('/admin/student/homeWorkScoreEntry', obj) \ No newline at end of file diff --git a/src/components/student/ChangeGroupModal.vue b/src/components/student/ChangeGroupModal.vue index b6802aeb..316ace72 100644 --- a/src/components/student/ChangeGroupModal.vue +++ b/src/components/student/ChangeGroupModal.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-12-20 17:00:37 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-01-31 15:51:36 + * @LastEditTime: 2023-01-31 16:14:39 * @FilePath: /fe-manage/src/components/student/ChangeLevelModal.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -92,3 +92,124 @@ const changeGroup = (item) => { console.log("换组", item); }; + + \ No newline at end of file diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index 8899454d..90be6aa3 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -161,10 +161,9 @@
批量录入成绩
- - +
批量通过
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index e92073ed..ebb360e6 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -316,37 +316,110 @@