Merge remote-tracking branch 'origin/develop' into develop

# Conflicts:
#	src/components/drawers/CheckStu.vue
This commit is contained in:
yuping
2023-02-24 04:36:07 +08:00
17 changed files with 3367 additions and 2920 deletions

View File

@@ -220,6 +220,8 @@ export const cancelOrAuth = (obj) => http.post('/admin/certificate/cancelOrAuth'
export const allPoints = (obj) => http.get('/points/project/allPoints', { params: obj })
export const updateStuCert = (obj) => http.post('/admin/certificate/updateStuCert', obj)
//添加外部考试
export const createExamination = (obj) => http.post('/examination/createExamination', obj)
// 外部考试导入成绩
export const ImportExternalExamScore = (obj) => http.post('/admin/external/exam/manage/importExternalExamScore', obj, { headers: { "Content-Type": "multipart/form-data" } })
//分组