|
@@ -145,7 +145,7 @@ export default {
|
|
|
} else {
|
|
|
const detData = await cardDetail(this.instance.cardId);
|
|
|
const cardContent = JSON.parse(detData.content);
|
|
|
- let infos = {};
|
|
|
+ let infos = { basicPaperInfo: this.instance };
|
|
|
if (
|
|
|
(detData.type === "GENERIC" && detData.createMethod === "STANDARD") ||
|
|
|
detData.type === "CUSTOM"
|