mirror of https://github.com/jumpserver/jumpserver
fix: 修复授权树api数据结构
parent
d46f1080f8
commit
5cd23b843a
|
@ -26,7 +26,7 @@ class SerializeToTreeNodeMixin:
|
|||
'isParent': True,
|
||||
'open': node.is_org_root(),
|
||||
'meta': {
|
||||
'node': {
|
||||
'data': {
|
||||
"id": node.id,
|
||||
"key": node.key,
|
||||
"value": node.value,
|
||||
|
@ -65,7 +65,7 @@ class SerializeToTreeNodeMixin:
|
|||
'chkDisabled': not asset.is_active,
|
||||
'meta': {
|
||||
'type': 'asset',
|
||||
'asset': {
|
||||
'data': {
|
||||
'id': asset.id,
|
||||
'hostname': asset.hostname,
|
||||
'ip': asset.ip,
|
||||
|
|
Loading…
Reference in New Issue