Commit a8eaad86 authored by 武广's avatar 武广

fix: 添加skuId 参数

parent 78d2d448
......@@ -127,10 +127,11 @@ const Takeaway = options => {
openModal('stock');
};
// 编辑
const onEdit = ({ spuId }) => {
const onEdit = ({ spuId, skuId }) => {
options.handleEdit({
shopId,
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