java110
2020-02-26 fa0b23dd73d57f3460e878fa9d990ec7440baae9
WebService/src/main/resources/components/mappingPackage/add-mapping/addMapping.js
@@ -87,12 +87,12 @@
            },
            saveMappingInfo:function(){
                if(!vc.component.addMappingValidate()){
                    vc.message(vc.validate.errInfo);
                    vc.toast(vc.validate.errInfo);
                    return ;
                }
                vc.component.addMappingInfo.communityId = vc.getCurrentCommunity().communityId;
                //vc.component.addMappingInfo.communityId = vc.getCurrentCommunity().communityId;
                vc.http.post(
                    'addMapping',