mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-21 06:25:07 +08:00
完成角色的授权的功能
This commit is contained in:
@ -148,5 +148,5 @@ export function handleTree(data, id, parentId, children, rootId) {
|
||||
//返回第一层
|
||||
return father[parentId] === rootId;
|
||||
});
|
||||
return treeData != '' ? treeData : data;
|
||||
return treeData !== '' ? treeData : data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user