|
@@ -114,11 +114,15 @@ export default {
|
|
|
paperSimpleStruct: this.paperSimpleStruct,
|
|
|
});
|
|
|
const images = await this.transformImags().catch(() => {});
|
|
|
+ const cardContentTemp = this.$refs.CardView.getPreviewTemp(
|
|
|
+ this.$el.outerHTML
|
|
|
+ );
|
|
|
|
|
|
const datas = {
|
|
|
id: this.cardId,
|
|
|
content: model,
|
|
|
images,
|
|
|
+ htmlContent: cardContentTemp,
|
|
|
formal: true,
|
|
|
};
|
|
|
const result = await saveCard(datas).catch(() => {});
|