zhangjie 5 년 전
부모
커밋
0aec81ad3b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/modules/exam-center/views/ExamModify.vue

+ 2 - 1
src/modules/exam-center/views/ExamModify.vue

@@ -216,7 +216,7 @@ export default {
       // import
       uploadUrl: "/api/print/exam/exam/impExamData",
       uploadData: {
-        examId: this.examId
+        examId: ""
       }
     };
   },
@@ -228,6 +228,7 @@ export default {
   mounted() {
     if (this.isEdit) {
       this.getExamDetail();
+      this.uploadData.examId = this.examId;
     }
   },
   methods: {