perf: 类型树右击可以获取节点下所有的资产

This commit is contained in:
jiangweidong
2023-08-07 12:11:35 +08:00
committed by Bryan
parent 49662b308d
commit 38803518fc

View File

@@ -188,6 +188,8 @@ class UserPermedNodeChildrenWithAssetsAsCategoryTreeApi(
_type = meta.get('_type')
if _type:
node['type'] = _type
meta.setdefault('data', {})
node['meta'] = meta
nodes.append(node)
if not self.is_sync: