@@ -482,6 +482,7 @@ export default {
getCardData(htmlContent = "", model = "") {
const data = {
title: this.cardConfig.cardTitle,
+ pageSize: this.cardConfig.pageSize,
content: model,
htmlContent,
};
@@ -347,6 +347,7 @@ export default {
let data = {
@@ -366,6 +366,7 @@ export default {
title: this.presetData.paperName,
status: "SUBMIT",
...this.presetData,
const result = await saveCard(datas).catch((error) => {