xiatian 5 năm trước cách đây
mục cha
commit
bc203bfd9e
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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;