diff --git a/src/api/http.js b/src/api/http.js index 9c81073..9a52b7f 100644 --- a/src/api/http.js +++ b/src/api/http.js @@ -26,4 +26,15 @@ export const getOperation= (params) => { } export const deleteCache= () => { return get( '/bank/bank/deleteCache') +} +// 学生查看考核状态 +export const checkTest= (params) => { + return get( '/occupationlab/assessment/getDetailById') +} +export const checkTest2= (params) => { + return post( '/occupationlab/assessment/pageStuAssessment',{ + pageNum: 1, + pageSize: 10000, + ...params + }) } \ No newline at end of file diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 6554a06..26a02b3 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -32,7 +32,7 @@