完成角色的授权的功能
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