优化多属性商品编辑单价的bug
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user