|
@@ -1040,7 +1040,7 @@ export default {
|
|
|
this.$api.examReport(this.recordId).then((res) => {
|
|
|
let json = JSON.parse(res.data.data.historyExamJson);
|
|
|
this.examData = res.data.data;
|
|
|
- this.questionList = json;
|
|
|
+ this.questionList = json || [];
|
|
|
console.log(json,'json')
|
|
|
this.getCollectInfo(this.current);
|
|
|
});
|