优化专区商品bug

This commit is contained in:
wuxw 2021-12-16 00:19:51 +08:00
parent 39e83da261
commit 01c83c5775
3 changed files with 0 additions and 3 deletions

View File

@ -105,7 +105,6 @@
return;
}
vc.component.addMainCategoryProductInfo.communityId = vc.getCurrentCommunity().communityId;
//不提交数据将数据 回调给侦听处理
if (vc.notNull($props.callBackListener)) {
vc.emit($props.callBackListener, $props.callBackFunction, vc.component.addMainCategoryProductInfo);

View File

@ -19,7 +19,6 @@
},
methods: {
deleteMainCategoryProduct: function () {
vc.component.deleteMainCategoryProductInfo.communityId = vc.getCurrentCommunity().communityId;
vc.http.apiPost(
'/productCategory/deleteMainCategoryProduct',
JSON.stringify(vc.component.deleteMainCategoryProductInfo),

View File

@ -23,7 +23,6 @@
vc.component.refreshEditMainCategoryProductInfo();
$('#editMainCategoryProductModel').modal('show');
vc.copyObject(_params, vc.component.editMainCategoryProductInfo);
vc.component.editMainCategoryProductInfo.communityId = vc.getCurrentCommunity().communityId;
});
},
methods: {