shiyj
2019-07-07 348c483d9e8cf81c485289a44c717fe1c23f4065
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@@
                });
            },