mrzcc
2020-02-10 088cad4fda2eaaf76a12625624702639e8a3a4b7
java110-code-generator/src/main/resources/relationship/binding/binding.js
@@ -38,7 +38,7 @@
            _nextStep:function(){
                var _currentData = vc.component.@@templateCode@@Info.infos[vc.component.@@templateCode@@Info.index];
                if( _currentData == null || _currentData == undefined){
                    vc.message("请选择相关信息");
                    vc.message("请选择或填写必选信息");
                    return ;
                }
                vc.component.@@templateCode@@Info.$step.nextStep();
@@ -48,12 +48,15 @@
            },
            _finishStep:function(){
                @@needCheckCurrentData@@
                var param = {
                    data:vc.component.@@templateCode@@Info.infos
                }
               vc.http.post(
                   '@@templateCode@@',
                   '@@templateCode@@Binding',
                   'binding',
                   JSON.stringify(param),
                   {