Commit 3cc33d48 authored by 武广's avatar 武广

fix: 修改规格名丢失问题

parent 32b90c6e
......@@ -182,7 +182,7 @@ const createInitSkuItems = () => ({
name: null,
});
const getSecordValue = (firstSpecValue, sec, skuList) =>
const getSecordValue = (firstSpecValue, sec, skuList = []) =>
skuList.find(
sku =>
sku.firstSpecValue === firstSpecValue &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment