商品规格选择编辑更新

This commit is contained in:
2024-10-21 10:02:34 +08:00
parent d23a966826
commit cdde7de1df
2 changed files with 23 additions and 8 deletions

View File

@@ -1475,6 +1475,7 @@
uni.$on('emitspecificationsSave', function(data) {
FormData.specificationsGroup = data
FormData.specId = data.specId
FormData.specsInfoName=data.specsInfoName
skuList.list = data.result.map(v => {
return {
...v.skus,