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
baeed2e8
Commit
baeed2e8
authored
Feb 02, 2021
by
RuoYi
Browse files
修复角色管理-编辑角色-功能权限显示异常
parent
2903de15
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/src/views/system/role/index.vue
View file @
baeed2e8
...
@@ -513,7 +513,12 @@ export default {
...
@@ -513,7 +513,12 @@ export default {
this
.
open
=
true
;
this
.
open
=
true
;
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
roleMenu
.
then
(
res
=>
{
roleMenu
.
then
(
res
=>
{
this
.
$refs
.
menu
.
setCheckedKeys
(
res
.
checkedKeys
);
let
checkedKeys
=
res
.
checkedKeys
checkedKeys
.
forEach
((
v
)
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
menu
.
setChecked
(
v
,
true
,
false
);
})
})
});
});
});
});
this
.
title
=
"
修改角色
"
;
this
.
title
=
"
修改角色
"
;
...
...
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