Commit ef576999 authored by 武广's avatar 武广

Merge branch 'feature/goods-list' of git.quantgroup.cn:ui/merchant-manage-ui...

Merge branch 'feature/goods-list' of git.quantgroup.cn:ui/merchant-manage-ui into feature/20230327_public_takeaway
parents 1325b124 a8eaad86
...@@ -127,10 +127,11 @@ const Takeaway = options => { ...@@ -127,10 +127,11 @@ const Takeaway = options => {
openModal('stock'); openModal('stock');
}; };
// 编辑 // 编辑
const onEdit = ({ spuId }) => { const onEdit = ({ spuId, skuId }) => {
options.handleEdit({ options.handleEdit({
shopId, shopId,
spuId, spuId,
skuId,
}); });
}; };
// 新建商品 // 新建商品
......
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