|
@@ -482,6 +482,7 @@ export default {
|
|
getCardData(htmlContent = "", model = "") {
|
|
getCardData(htmlContent = "", model = "") {
|
|
const data = {
|
|
const data = {
|
|
title: this.cardConfig.cardTitle,
|
|
title: this.cardConfig.cardTitle,
|
|
|
|
+ pageSize: this.cardConfig.pageSize,
|
|
content: model,
|
|
content: model,
|
|
htmlContent,
|
|
htmlContent,
|
|
};
|
|
};
|