weiwenhai 6 gadi atpakaļ
vecāks
revīzija
70515e41ef
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/modules/questions/views/ExportStructure.vue

+ 3 - 3
src/modules/questions/views/ExportStructure.vue

@@ -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