feat:增加项目/路径图-外部考试列表详情及导出数据接口接入

This commit is contained in:
wyx
2023-02-07 11:46:44 +08:00
parent 2a026d81ce
commit a215e733fa
3 changed files with 80 additions and 74 deletions

View File

@@ -45,4 +45,7 @@ export const AttendanceLeave = (obj) => http.post('/stu/task/attendance/leave',
export const AttendanceSign = (obj) => http.post('/stu/task/attendance/sign', obj)
// 查询项目管理的信息
export const QueryProjectManageDetail = (obj) => http.post('/project/management/queryProjectManageDetail', obj)
export const QueryProjectManageDetail = (obj) => http.post('/project/management/queryProjectManageDetail', obj)
// 获取外部考试信息的接口
export const QueryExternalExamManageDetail = (obj) => http.post('/admin/external/exam/manage/queryExternalExamManageDetail', obj)