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

This commit is contained in:
季圣华
2021-08-09 22:04:35 +08:00
parent fe4f785393
commit 019859fb31

View File

@@ -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