mirror of https://github.com/jumpserver/jumpserver
[Bugfix] 修复luna不显示多组织资产的问题
parent
4d26fd8b56
commit
87abe63a20
|
@ -417,8 +417,7 @@ class UserGrantedNodeChildrenApi(ListAPIView):
|
|||
|
||||
queryset = []
|
||||
if node_id and node_id in [str(node.id) for node in nodes_granted]:
|
||||
node = [node for node in nodes_granted if str(node.id) == node_id][
|
||||
0]
|
||||
node = [node for node in nodes_granted if str(node.id) == node_id][0]
|
||||
elif len(root_nodes) == 1:
|
||||
node = root_nodes[0]
|
||||
node.assets_amount = len(nodes_granted[node])
|
||||
|
|
Loading…
Reference in New Issue