Commit b28c7ec1 authored by 张子雨's avatar 张子雨

feat: 修复餐饮类型选择问题

parent 3381b3bf
...@@ -27,12 +27,11 @@ const EditRepastModal = props => { ...@@ -27,12 +27,11 @@ const EditRepastModal = props => {
id, id,
mealTypeList, mealTypeList,
}; };
console.log(params); const res = await apiShopUpdate(params);
// const res = await apiShopUpdate(params); if (res.businessCode === '0000') {
// if (res.businessCode === '0000') { message.success('修改成功');
// message.success('修改成功'); handleCancel(true);
// handleCancel(true); }
// }
}); });
}; };
......
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