WebService/src/main/resources/components/view-service-info/viewServiceInfo.js
@@ -10,6 +10,7 @@ }, data:{ viewServiceInfo:{ index:0, serviceId:"", name:"", securityCode:"", @@ -28,6 +29,10 @@ vc.emit($props.callBackListener,$props.callBackFunction,_service); }); vc.on('viewServiceInfo', 'onIndex', function(_index){ vc.component.viewAppInfo.index = _index; }); }, methods:{