|
@@ -168,7 +168,6 @@ export default {
|
|
|
this.specListTmp = JSON.parse(JSON.stringify(this.specList))
|
|
|
this.skuList = sku.map(item => {
|
|
|
this.$set(item, 'valueY', accDiv(item.value, 100))
|
|
|
- this.$set(item, 'skuCode', accDiv(item.skuCode, 1))
|
|
|
this.$set(item, 'exchange', accDiv(item.exchangePrice,1))
|
|
|
this.$set(item, 'costY', item.cost == null ? '' : accDiv(item.cost, 100) )
|
|
|
this.$set(item, 'picUrlArr', item.picUrl.split(',').map(item => { return { fileName: item }}))
|