feat:添加角色授权用户
This commit is contained in:
@@ -325,7 +325,7 @@ function handleCommand(command, row) {
|
||||
}
|
||||
/** 分配用户 */
|
||||
function handleAuthUser(row) {
|
||||
router.push("/system/role-auth/user/" + row.roleId);
|
||||
router.push("/system/role-auth/user/" + row.id);
|
||||
}
|
||||
/** 查询菜单树结构 */
|
||||
function getMenuTreeselect() {
|
||||
|
||||
Reference in New Issue
Block a user