Commit b4e4879e by zhaochengxiang

资产导入权限增加数据管家角色

parent f52f22e4
......@@ -441,7 +441,7 @@ export function importCatalogAbility(dataRoles) {
if (!isSzseEnv) return true;
if (dataRoles?.length > 0) {
let filterRoles = dataRoles?.filter(item => item.name==='sysadmin' || item.name==='系统管理员角色');
let filterRoles = dataRoles?.filter(item => item.name==='sysadmin' || item.name==='系统管理员角色' || item.name==='数据管家');
if (filterRoles?.length > 0) {
return true;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment