fanfan 3 months ago
commit 6b930f651b
  1. 4
      src/common/model/goods/MultiSpec.js
  2. 22474
      yarn.lock

@ -229,8 +229,8 @@ export default class MultiSpec {
oldSkuItem = oldSkuList.find( oldSkuItem = oldSkuList.find(
(item) => (item) =>
newSkuList[index].tempId === newSkuList[index].tempId ===
((item.goods_props && item.goods_props.length > 0) ? item.goods_props.map((v) => v.value.name).join('_') : item.tempId) ((item.goods_props && item.goods_props.length > 0) ? item.goods_props.map((v) => v.value.name).join('_') : item.tempId)
) )
// } // }
const item = newSkuList[index] const item = newSkuList[index]

22474
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save