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;