shiyj
2019-07-16 6d8a43de07062234a05716fcbb94273709cab21e
java110-code-generator/src/main/resources/web/add/add.js
@@ -19,18 +19,9 @@
                return vc.validate.validate({
                    add@@TemplateCode@@Info:vc.component.add@@TemplateCode@@Info
                },{
                    'add@@TemplateCode@@Info.name':[
                        {
                            limit:"required",
                            param:"",
                            errInfo:"楼名称不能为空"
                        },
                        {
                            limit:"maxin",
                            param:"2,10",
                            errInfo:"楼名称长度必须在2位至10位"
                        },
                    ]
                    @@addTemplateCodeValidate@@
                });
            },