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
de73cf30
Commit
de73cf30
authored
Apr 15, 2021
by
Ricky
Browse files
优化树表代码生成模板
parent
cbcee86d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
View file @
de73cf30
...
...
@@ -470,7 +470,7 @@ export default {
handleAdd
(
row
)
{
this
.
reset
();
this
.
getTreeselect
();
if
(
row
!=
null
&&
row
.
dkA
re
a
Code
)
{
if
(
row
!=
null
&&
row
.
${
t
re
e
Code
}
)
{
this
.
form
.${
treeParentCode
}
=
row
.${
treeCode
};
}
else
{
this
.
form
.${
treeParentCode
}
=
0
;
...
...
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