Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
5ded2569
Commit
5ded2569
authored
Apr 10, 2020
by
RuoYi
Browse files
修复代码生成如果选择字典类型缺失逗号问题
parent
48509d64
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi/src/main/resources/vm/vue/index-tree.vue.vm
View file @
5ded2569
...
...
@@ -227,8 +227,7 @@ export default {
#
end
#
if
(${
column
.
dictType
}
!=
''
)
//
$
comment
字典
${
column
.
javaField
}
Options
:
[]#
if
($
velocityCount
!=
$
columns
.
size
()),#
end
${
column
.
javaField
}
Options
:
[],
#
end
#
end
// 查询参数
...
...
ruoyi/src/main/resources/vm/vue/index.vue.vm
View file @
5ded2569
...
...
@@ -258,8 +258,7 @@ export default {
#
end
#
if
(${
column
.
dictType
}
!=
''
)
//
$
comment
字典
${
column
.
javaField
}
Options
:
[]#
if
($
velocityCount
!=
$
columns
.
size
()),#
end
${
column
.
javaField
}
Options
:
[],
#
end
#
end
// 查询参数
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment