wuxw
2019-08-09 bf47d41dddf76c58a41692e492014499f9d433ae
java110-code-generator/src/main/resources/relationship/binding/binding.js
@@ -49,18 +49,14 @@
            _finishStep:function(){
                var _currentData = vc.component.@@templateCode@@Info.infos[vc.component.@@templateCode@@Info.index];
                if( _currentData == null || _currentData == undefined){
                    vc.message("请选择或填写必选信息");
                    return ;
                }
                @@needCheckCurrentData@@
                var param = {
                    data:vc.component.@@templateCode@@Info.infos
                }
               vc.http.post(
                   '@@templateCode@@',
                   '@@templateCode@@Binding',
                   'binding',
                   JSON.stringify(param),
                   {