|
@@ -1162,9 +1162,9 @@ export default {
|
|
pageSize: "A4",
|
|
pageSize: "A4",
|
|
}).catch((error) => {
|
|
}).catch((error) => {
|
|
console.error(error);
|
|
console.error(error);
|
|
- this.downloading = false;
|
|
|
|
this.$message.error("生成答案pdf错误");
|
|
this.$message.error("生成答案pdf错误");
|
|
});
|
|
});
|
|
|
|
+ this.downloading = false;
|
|
this.paperJson = null;
|
|
this.paperJson = null;
|
|
this.$message.success("答案pdf生成成功");
|
|
this.$message.success("答案pdf生成成功");
|
|
},
|
|
},
|