V3.2.30

date:2024-09-13 (仅授权版更新)下载地址

1、修复代码生成空 if 块。

2、修复普通用户角色授权时失败问题。

3、部门管理按用户所在部门显示,也可对用户授权显示所有。

4、用户列表按数据权限展示,也可对用户授权显示所有。

5、用户列表普通用户在没有授权显示所有用户时,不显示超管用户。

6、修复后台面包树显示错乱问题。

从v3.2.29升级到此版本,后端覆盖文件,前端UI文件 覆盖,执行以下sql添加菜单权限:

INSERT INTO `sys_auth_rule` (`pid`, `name`, `title`, `icon`, `condition`, `remark`, `menu_type`, `weigh`, `is_hide`, `path`, `component`, `is_link`, `module_type`, `model_id`, `is_iframe`, `is_cached`, `redirect`, `is_affix`, `link_url`, `created_at`, `updated_at`) VALUES (15, 'api/v1/system/dept/all', '管理所有', '', '', '', 2, 0, 0, '', '', 0, '', 0, 0, 1, '', 0, '', '2024-09-13 16:57:49', '2024-09-13 16:57:49');

INSERT INTO `sys_auth_rule` (`pid`, `name`, `title`, `icon`, `condition`, `remark`, `menu_type`, `weigh`, `is_hide`, `path`, `component`, `is_link`, `module_type`, `model_id`, `is_iframe`, `is_cached`, `redirect`, `is_affix`, `link_url`, `created_at`, `updated_at`) VALUES (26, 'api/v1/system/user/all', '管理所有', '', '', '', 2, 0, 0, '', '', 0, '', 0, 0, 1, '', 0, '', '2024-09-13 16:57:13', '2024-09-13 16:57:13');
作者:管理员  创建时间:2024-09-13 17:18
最后编辑:管理员  更新时间:2024-11-21 09:37