• 获取数据模块层级列表

    类型参数

    • T extends Record<string, string> = any

      返回的数据结构

    参数

    • dataModuleId: string
    • 可选customIds: (string | number)[]

      层级的属性id

    • 可选searchKey: string

      匹配customIds包含的值

    • 可选statuses: DataStatus

    返回 Promise<DataHierarchies<T>>