修复代码生成如果选择字典类型缺失逗号问题

master
RuoYi 5 years ago
parent 48509d6488
commit 5ded2569d0
  1. 3
      ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
  2. 3
      ruoyi/src/main/resources/vm/vue/index.vue.vm

@ -227,8 +227,7 @@ export default {
#end #end
#if(${column.dictType} != '') #if(${column.dictType} != '')
// $comment字典 // $comment字典
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end ${column.javaField}Options: [],
#end #end
#end #end
// 查询参数 // 查询参数

@ -258,8 +258,7 @@ export default {
#end #end
#if(${column.dictType} != '') #if(${column.dictType} != '')
// $comment字典 // $comment字典
${column.javaField}Options: []#if($velocityCount != $columns.size()),#end ${column.javaField}Options: [],
#end #end
#end #end
// 查询参数 // 查询参数

Loading…
Cancel
Save