|
|
|
@ -4,16 +4,16 @@ import {get, post,deletes,put} from './api.js' |
|
|
|
|
// import axios from "./";
|
|
|
|
|
// /api为配置跨域的路径变量
|
|
|
|
|
export const getProjectBySystemId= (params) => { |
|
|
|
|
return get( '/occupationlab/projectManage/getProjectBySystemId',params) |
|
|
|
|
return get( '/occupationlab/occupationlab/projectManage/getProjectBySystemId',params) |
|
|
|
|
} |
|
|
|
|
export const getProjectDetail= (params) => { |
|
|
|
|
return get( '/occupationlab/projectManage/getProjectDetail',params) |
|
|
|
|
return get( '/occupationlab/occupationlab/projectManage/getProjectDetail',params) |
|
|
|
|
} |
|
|
|
|
export const submit= (params) => { |
|
|
|
|
return post( '/bank/bank/submit',params) |
|
|
|
|
} |
|
|
|
|
export const getSubjectInfo= (params) => { |
|
|
|
|
return get( '/judgment/lcSubject/getSubjectInfo',params) |
|
|
|
|
return get( '/judgment/judgment/lcSubject/getSubjectInfo',params) |
|
|
|
|
} |
|
|
|
|
export const getQueryCache= () => { |
|
|
|
|
return get( '/bank/bank/queryCache') |
|
|
|
@ -29,10 +29,10 @@ export const deleteCache= () => { |
|
|
|
|
} |
|
|
|
|
// 学生查看考核状态
|
|
|
|
|
export const checkTest= (params) => { |
|
|
|
|
return get( '/occupationlab/assessment/getDetailById', {...params}) |
|
|
|
|
return get( '/occupationlab/occupationlab/assessment/getDetailById', {...params}) |
|
|
|
|
} |
|
|
|
|
export const checkTest2= (params) => { |
|
|
|
|
return post( '/occupationlab/assessment/pageStuAssessment',{ |
|
|
|
|
return post( '/occupationlab/occupationlab/assessment/pageStuAssessment',{ |
|
|
|
|
pageNum: 1, |
|
|
|
|
pageSize: 10000, |
|
|
|
|
...params |
|
|
|
@ -40,7 +40,7 @@ export const checkTest2= (params) => { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
export const reportDetail = (reportId) => { |
|
|
|
|
return get( '/occupationlab/achievement/reportDetail',{ |
|
|
|
|
return get( '/occupationlab/occupationlab/achievement/reportDetail',{ |
|
|
|
|
reportId |
|
|
|
|
}) |
|
|
|
|
} |