|
@@ -721,6 +721,7 @@ export default {
|
|
|
this.exportStructure.questionTypeNums = this.exportStructureCopy.questionTypeNums;
|
|
|
let examId = this.exportStructure.examId;
|
|
|
console.log("examId:", examId);
|
|
|
+ console.log("this.examList:", this.examList);
|
|
|
this.exportStructure.examName = _.filter(this.examList, function(item) {
|
|
|
return item.id == examId;
|
|
|
})[0].name;
|