Commit 019859fb authored by 季圣华's avatar 季圣华
Browse files

优化多属性商品编辑单价的bug

parent fe4f7853
...@@ -724,6 +724,9 @@ ...@@ -724,6 +724,9 @@
} else if(batchType === 'low') { } else if(batchType === 'low') {
meInfo.lowDecimal = price-0 meInfo.lowDecimal = price-0
} }
if(arr[i].id) {
meInfo.id = arr[i].id
}
meTableData.push(meInfo) meTableData.push(meInfo)
} }
this.meTable.dataSource = meTableData this.meTable.dataSource = meTableData
......
Supports Markdown
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