商品管理更新

This commit is contained in:
2024-10-10 16:21:21 +08:00
parent 09781b82e1
commit efa346ade6
5 changed files with 155 additions and 106 deletions

View File

@@ -1508,6 +1508,13 @@
barCode: `${uni.getStorageSync("shopId")}${dayjs().valueOf()}`
}
}
}else{
//编辑
if (newval === 'sku') {
skuList.list = []
} else {
skuList.list=$goodsData.skuList
}
}
})