5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
|
|
|
||
|
|
|
||
|
|
// export function getArrayMaxXh(tableList: Array<any>) {
|
||
|
|
// return tableList.length > 0 ? Math.max(...tableList.map((item:any) => item.xh || 0)) : 0;
|
||
|
|
// }
|