重构商品规格编辑部分

master
paulGao 2022-09-01 17:36:24 +08:00
commit 41ea3b7a88
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default {
color1: val.subColor,
bk_color: val.subBkColor,
data: res.result.commodityList
? res.result.commodityList.splice(0,2)
? res.result.commodityList.splice(0, 2)
: [],
});
}