xiatian 5 年之前
父節點
當前提交
bc203bfd9e
共有 1 個文件被更改,包括 5 次插入1 次删除
  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;