RuoYi
2020-07-30 5d74ed32bd0b40753c1e6cda2c27adfc41c32953
表单类型为Integer/Long设置整形默认值
1 files modified
2 ■■■ changed files
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm 2 ●●● patch | view | raw | blame | history
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
@@ -357,7 +357,7 @@
      this.form = {
#foreach ($column in $columns)
#if($column.htmlType == "radio")
        $column.javaField: "0"#if($velocityCount != $columns.size()),#end
        $column.javaField: #if($column.javaType == "Integer" || $column.javaType == "Long")0#else"0"#end#if($velocityCount != $columns.size()),#end
#elseif($column.htmlType == "checkbox")
        $column.javaField: []#if($velocityCount != $columns.size()),#end