weiwenhai преди 6 години
родител
ревизия
26f102f889
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;