Browse Source

fix: 修复授权树api数据结构

pull/6664/head
ibuler 3 years ago committed by 老广
parent
commit
5cd23b843a
  1. 4
      apps/assets/api/mixin.py

4
apps/assets/api/mixin.py

@ -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…
Cancel
Save