提交
This commit is contained in:
@@ -244,6 +244,10 @@ export default {
|
||||
this.goodsDataList = res.productList.filter(
|
||||
(e) => this.options.goods[0].productName == e.productName
|
||||
);
|
||||
this.goodsDataList.map(e=>{
|
||||
e.productAmount=e.productAmount?e.productAmount:1
|
||||
})
|
||||
console.log(this.goodsDataList ,'这是复读订单')
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user