Skip to content

Commit

Permalink
Docs: 2.2.15 Version.268 func.
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed May 16, 2024
1 parent f4d3e1f commit 3cf17f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Others/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @Author: HxB
* @Date: 2022-04-26 14:53:39
* @LastEditors: DoubleAm
* @LastEditTime: 2024-05-16 15:42:00
* @LastEditTime: 2024-05-16 15:45:28
* @Description: 因项目需要常用函数,不管任何项目,都放到一起。注意甄别,没有复用意义的函数就不要添加了。
* @FilePath: \js-xxx\src\Others\index.ts
*/
Expand Down Expand Up @@ -665,7 +665,7 @@ export function getDataStr(value: any, defaultValue = '-', prefix = '', suffix =
}

/**
* 获取转换后树的映射对象、数组
* 获取转换后树的映射对象、数组 `{ map: any, list: any[] }`
* @example
* transferTreeData(treeData, 'id'); /// { map: any, list: any[] }
* transferTreeData(treeData, 'data.id'); /// { map: any, list: any[] }
Expand Down

0 comments on commit 3cf17f4

Please sign in to comment.