RuoYi
2020-09-07 03ebe84eeebf6d48bcd6a87e1f12821c1b559951
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