Explorar o código

提交题库3

weiwenhai %!s(int64=6) %!d(string=hai) anos
pai
achega
70515e41ef
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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