diff --git a/src/App.vue b/src/App.vue index a160e81d..f4efe816 100644 --- a/src/App.vue +++ b/src/App.vue @@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi"; const store = useStore(); const isLogin = ref(false); -console.log("版本2.2.2------------"); +console.log("版本2.2.3------------"); // 监听关闭浏览器 let time1 = ref(0); diff --git a/src/api/indexProjStu.js b/src/api/indexProjStu.js index 0b964005..eb698a50 100644 --- a/src/api/indexProjStu.js +++ b/src/api/indexProjStu.js @@ -34,6 +34,7 @@ export const routerStudentRank = (obj) => http.get('/admin/router/studentRank', //是否优秀学员 export const topStudent = (obj) => http.post('/admin/project/topStudent', obj) export const updateStudent = (obj) => http.post('/admin/student/updateStudent', obj) +export const auditStudentStatus = (obj) => http.post('/admin/student/auditStudent', obj) //项目概览 export const overview = (obj) => http.get('/admin/project/overview', { params: obj }) diff --git a/src/components/drawers/project/ProjectFaceTaskManage.vue b/src/components/drawers/project/ProjectFaceTaskManage.vue index 2ada1820..bbb707e0 100644 --- a/src/components/drawers/project/ProjectFaceTaskManage.vue +++ b/src/components/drawers/project/ProjectFaceTaskManage.vue @@ -92,7 +92,9 @@