weiwenhai пре 6 година
родитељ
комит
70515e41ef
1 измењених фајлова са 3 додато и 3 уклоњено
  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