|
@@ -137,7 +137,7 @@ export default {
|
|
|
this.$_http
|
|
|
.get(this.$_API.JTXT_GET_USER_EXAMS_HISTORY, { params })
|
|
|
.then(res => {
|
|
|
- res.data.forEach((item, index) => {
|
|
|
+ res.data.content.forEach((item, index) => {
|
|
|
this.getExamDetailFun(item, index, index + 1 === res.data.length);
|
|
|
});
|
|
|
this.finished = true;
|