瀏覽代碼

提交题库2

weiwenhai 6 年之前
父節點
當前提交
8bebd18dd2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/questions/views/ExportStructure.vue

+ 1 - 0
src/modules/questions/views/ExportStructure.vue

@@ -721,6 +721,7 @@ export default {
       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) {
         return item.id == examId;
       })[0].name;