DokiYoloo
2021-01-30 e1e05b761a29d123844f661e0ac12b33f00bf84d
!43 角色管理-编辑角色-功能权限显示异常
Merge pull request !43 from wihi/master
1 files modified
7 ■■■■ changed files
ruoyi-ui/src/views/system/role/index.vue 7 ●●●● patch | view | raw | blame | history
ruoyi-ui/src/views/system/role/index.vue
@@ -513,7 +513,12 @@
        this.open = true;
        this.$nextTick(() => {
          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 = "修改角色";