xiatian 5 years ago
parent
commit
bc203bfd9e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/modules/questions/views/EditPaper.vue

+ 5 - 1
src/modules/questions/views/EditPaper.vue

@@ -944,7 +944,11 @@ export default {
       };
       this.uploadAnswerLoading = true;
       this.$http
-        .post(QUESTION_API + "/paper/answer/import/" + this.paperId, param)
+        .post(
+          QUESTION_API + "/paper/answer/import/" + this.paperId,
+          param,
+          config
+        )
         .then(() => {
           this.dialogAnswerFile = false;
           this.uploadAnswerLoading = false;