|
@@ -697,6 +697,7 @@ export default {
|
|
return paperPdfDownloadApi({
|
|
return paperPdfDownloadApi({
|
|
content: htmlCont,
|
|
content: htmlCont,
|
|
templateId: this.curPaperTemp.id,
|
|
templateId: this.curPaperTemp.id,
|
|
|
|
+ paperId: this.paperId,
|
|
});
|
|
});
|
|
}).catch((e) => {
|
|
}).catch((e) => {
|
|
this.$message.error(e || "下载失败,请重新尝试!");
|
|
this.$message.error(e || "下载失败,请重新尝试!");
|