weiwenhai 6 years ago
parent
commit
26f102f889
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/modules/questions/views/ExportStructure.vue

+ 1 - 0
src/modules/questions/views/ExportStructure.vue

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