优化多属性商品编辑单价的bug
This commit is contained in:
@@ -724,6 +724,9 @@
|
||||
} else if(batchType === 'low') {
|
||||
meInfo.lowDecimal = price-0
|
||||
}
|
||||
if(arr[i].id) {
|
||||
meInfo.id = arr[i].id
|
||||
}
|
||||
meTableData.push(meInfo)
|
||||
}
|
||||
this.meTable.dataSource = meTableData
|
||||
|
||||
Reference in New Issue
Block a user