@@ -99,7 +99,7 @@
return;
}
- vc.component.addServiceProvideInfo.communityId = vc.getCurrentCommunity().communityId;
+ //vc.component.addServiceProvideInfo.communityId = vc.getCurrentCommunity().communityId;
//不提交数据将数据 回调给侦听处理
if (vc.notNull($props.callBackListener)) {
vc.emit($props.callBackListener, $props.callBackFunction, vc.component.addServiceProvideInfo);
@@ -24,7 +24,7 @@
vc.component.refreshEditServiceProvideInfo();
$('#editServiceProvideModel').modal('show');
vc.copyObject(_params, vc.component.editServiceProvideInfo);
- vc.component.editServiceProvideInfo.communityId = vc.getCurrentCommunity().communityId;
+ //vc.component.editServiceProvideInfo.communityId = vc.getCurrentCommunity().communityId;
});
},
methods: {