RuoYi
2020-09-09 8b0d06c192f314b6a8ec8a909ee0b30b5372457f
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