|
@@ -720,9 +720,9 @@ export default {
|
|
|
this.exportStructure.useable = this.exportStructureCopy.useable;
|
|
|
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) {
|
|
|
+ this.exportStructure.examName = _.filter(this.examListNew, function(
|
|
|
+ item
|
|
|
+ ) {
|
|
|
return item.id == examId;
|
|
|
})[0].name;
|
|
|
this.$http
|