mrzcc
2020-02-17 e64d8b88b4c177360874f5d6ea46d67f8495cdfc
WebService/src/main/resources/components/servicePackage/add-service/addService.js
@@ -165,12 +165,12 @@
            },
            saveServiceInfo:function(){
                if(!vc.component.addServiceValidate()){
                    vc.message(vc.validate.errInfo);
                    vc.toast(vc.validate.errInfo);
                    return ;
                }
                vc.component.addServiceInfo.communityId = vc.getCurrentCommunity().communityId;
                //vc.component.addServiceInfo.communityId = vc.getCurrentCommunity().communityId;
                //不提交数据将数据 回调给侦听处理
                if(vc.notNull($props.callBackListener)){
                    vc.emit($props.callBackListener,$props.callBackFunction,vc.component.addServiceInfo);