多规则生成问题

main
wangdong 3 months ago
parent 75f4e8ecb6
commit cdc1a0c654
  1. 2
      src/common/model/goods/MultiSpec.js
  2. 22474
      yarn.lock

@ -230,7 +230,7 @@ export default class MultiSpec {
oldSkuItem = oldSkuList.find(
(item) =>
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)
)
// }

22474
yarn.lock

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