wuxw
2019-07-29 514c18649df6c87f2e6ed1737720b7a034840b73
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@@
                });
            },