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
02ce9868
Commit
02ce9868
authored
Sep 24, 2021
by
疯狂的狮子Li
Committed by
Gitee
Sep 24, 2021
Browse files
fix 自动生成代码漏掉 this.#[[$modal]]#.msgError
parent
a8f2ff45
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
View file @
02ce9868
...
@@ -546,7 +546,7 @@ export default {
...
@@ -546,7 +546,7 @@ export default {
/**
${
subTable
.
functionName
}
删除按钮操作 */
/**
${
subTable
.
functionName
}
删除按钮操作 */
handleDelete
${
subClassName
}()
{
handleDelete
${
subClassName
}()
{
if
(
this
.
checked
${
subClassName
}.
length
==
0
)
{
if
(
this
.
checked
${
subClassName
}.
length
==
0
)
{
this
.
msgError
(
"
请先选择要删除的
${
subTable
.
functionName
}
数据
"
);
this
.
#
[[$
modal
]]
#
.
msgError
(
"
请先选择要删除的
${
subTable
.
functionName
}
数据
"
);
}
else
{
}
else
{
const
${
subclassName
}
List
=
this
.${
subclassName
}
List
;
const
${
subclassName
}
List
=
this
.${
subclassName
}
List
;
const
checked
${
subClassName
}
=
this
.
checked
${
subClassName
};
const
checked
${
subClassName
}
=
this
.
checked
${
subClassName
};
...
...
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