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;