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