| | |
| | | vc.extends({ |
| | | data:{ |
| | | editServiceImplInfo:{ |
| | | serviceBusinessId:'', |
| | | serviceBusinessId:'', |
| | | businessTypeCd:'', |
| | | name:'', |
| | |
| | | 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:{ |
| | |
| | | errInfo:"调用地址不能为空" |
| | | }, |
| | | { |
| | | limit:"num", |
| | | param:"", |
| | | errInfo:"调用次数错误" |
| | | limit:"maxLength", |
| | | param:"200", |
| | | errInfo:"调用地址超过200位" |
| | | }, |
| | | ], |
| | | 'editServiceImplInfo.messageTopic':[ |
| | |
| | | }, |
| | | editServiceImpl:function(){ |
| | | if(!vc.component.editServiceImplValidate()){ |
| | | vc.message(vc.validate.errInfo); |
| | | vc.toast(vc.validate.errInfo); |
| | | return ; |
| | | } |
| | | |