This commit is contained in:
gyq
2024-10-10 16:33:02 +08:00
parent 64b4ebb88a
commit 5c10f30eae
2 changed files with 7 additions and 2 deletions

View File

@@ -734,6 +734,11 @@ export default {
specInfo[index].suit = item.suit;
specInfo[index].stockNumber = item.stockNumber;
specInfo[index].isGrounding = item.isGrounding;
specInfo[index].salePrice = item.salePrice;
specInfo[index].memberPrice = item.memberPrice;
specInfo[index].costPrice = item.costPrice;
specInfo[index].originPrice = item.originPrice;
specInfo[index].firstShared = item.firstShared;
return specInfo[index];
});
console.log(this.form.skuList);