函数 listToTree

无限级分类列表转树形结构

listToTree(list, { id: 'id', pid: 'pid', children: 'children' })
  • 参数

    • list: Record<string, any>[]

      无限级分类列表

    • options: TreeOptions

      配置项

    返回 Record<string, any>[]