mrzcc
2020-03-06 ecdac8a738f254db2b2ea28cbe3248f7a6a7eb2b
WebService/src/main/resources/components/servicePackage/edit-serviceImpl/editServiceImpl.js
@@ -23,7 +23,7 @@
                vc.component.refreshEditServiceImplInfo();
                $('#editServiceImplModel').modal('show');
                vc.copyObject(_params, vc.component.editServiceImplInfo );
                vc.component.editServiceImplInfo.communityId = vc.getCurrentCommunity().communityId;
                //vc.component.editServiceImplInfo.communityId = vc.getCurrentCommunity().communityId;
            });
        },
        methods:{
@@ -86,9 +86,9 @@
                            errInfo:"调用地址不能为空"
                        },
 {
                            limit:"num",
                            param:"",
                            errInfo:"调用次数错误"
                           limit:"maxLength",
                          param:"200",
                          errInfo:"调用地址超过200位"
                        },
                    ],
'editServiceImplInfo.messageTopic':[
@@ -140,7 +140,7 @@
             },
            editServiceImpl:function(){
                if(!vc.component.editServiceImplValidate()){
                    vc.message(vc.validate.errInfo);
                    vc.toast(vc.validate.errInfo);
                    return ;
                }