|
@@ -374,6 +374,7 @@ export default {
|
|
title: this.presetData.paperName,
|
|
title: this.presetData.paperName,
|
|
status: "SUBMIT",
|
|
status: "SUBMIT",
|
|
pageSize: this.cardConfig.pageSize,
|
|
pageSize: this.cardConfig.pageSize,
|
|
|
|
+ openAb: this.cardConfig.aOrB,
|
|
...this.presetData,
|
|
...this.presetData,
|
|
};
|
|
};
|
|
const result = await saveCard(datas).catch((error) => {
|
|
const result = await saveCard(datas).catch((error) => {
|