Commit 3158d3a5 authored by 陈万宝's avatar 陈万宝

Merge branch 'feature/20230327_public_takeaway' of...

Merge branch 'feature/20230327_public_takeaway' of http://git.quantgroup.cn/ui/merchant-manage-ui into feature/20230327_public_takeaway
parents 89945555 fe41c4fa
......@@ -352,7 +352,6 @@ class BusinessInfo extends Component {
}
onChangeBusinessModel = e => {
console.log('....');
this.getCategoryList(e);
this.props.form.setFieldsValue({
mainCategoryId: '',
......
......@@ -246,11 +246,9 @@ const StoreModal = props => {
item.disabled = !productBusiness.includes(item.value);
if (existTakewayShop && item.value === 1 && !val) {
item.disabled = true;
} else {
item.disabled = false;
}
});
console.log(data, '.........');
setBusinessModel(data);
if (info && info.id) {
info.week = info.businessHours.weeks;
......
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