|
@@ -114,15 +114,6 @@ export default {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
if (!data) return;
|
|
if (!data) return;
|
|
|
|
|
|
- const paperAnswer = JSON.stringify({
|
|
|
|
- paperType: this.markParamInfos.basicPaperInfo.paperType,
|
|
|
|
- answerUrl: data,
|
|
|
|
- });
|
|
|
|
- this.setMarkParamInfos({
|
|
|
|
- basicPaperInfo: Object.assign({}, this.markParamInfos.basicPaperInfo, {
|
|
|
|
- paperAnswer,
|
|
|
|
- }),
|
|
|
|
- });
|
|
|
|
this.$message.success("上传成功!");
|
|
this.$message.success("上传成功!");
|
|
this.$emit("confirm");
|
|
this.$emit("confirm");
|
|
},
|
|
},
|