代码生成添加select必填选项

This commit is contained in:
RuoYi
2020-08-18 18:15:12 +08:00
parent 5fcf342f5a
commit 549c7ee97a
2 changed files with 5 additions and 7 deletions

View File

@ -306,9 +306,8 @@ export default {
#else
#set($comment=$column.columnComment)
#end
#set($comment=$column.columnComment)
$column.javaField: [
{ required: true, message: "$comment不能为空", #if($column.htmlType == "select")"change"#else"blur"#end }
{ required: true, message: "$comment不能为空", trigger: #if($column.htmlType == "select")"change"#else"blur"#end }
]#if($velocityCount != $columns.size()),#end
#end