RuoYi
2020-08-28 a7f0a01b15abb99d23c856cc37c72506903a702b
src/main/resources/vm/vue/index-tree.vue.vm
@@ -273,7 +273,7 @@
#set($comment=$column.columnComment)
#end
        $column.javaField: [
          { required: true, message: "$comment不能为空", trigger: "#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