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

Merge branch 'feat/constructionOne' into feature/20230327_public_takeaway

* feat/constructionOne:
  feat: 门店反显
parents 82e82977 8e92e159
......@@ -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