提交
This commit is contained in:
@@ -281,6 +281,9 @@ 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
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user