Commit c1e4bc53 authored by zhengyi's avatar zhengyi

修正错误代码

parent ae36d712
......@@ -2052,8 +2052,8 @@ export default {
that.params.consigneeVO.orderId = null
}
console.log("商品信息1:", that.params.orderItemVOList)
that.params.orderItemVOList = [];
res.data.forEach((item)=>{
that.params.orderItemVOList = []
res.data.orderItemVOList.forEach((item)=>{
let newItem = {
link: item.link,
prodId: item.prodId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment