wuxw
2020-02-18 1c9c4d0b6cd221e685a30b1c8aef53349d45cde0
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',