08 2022 档案
摘要:// 告警数量 const getAlarm = () => { getAlarmCount().then( (res: any) => { if (res.code == 200) { setCount(res.data) clearTimeout(time) time = setTimeout(
阅读全文
摘要:// 生成树形结构 const makeTree = useCallback( ( items: DeviceGroupInfo[], id = null, link: keyof DeviceGroupInfo = 'parentId' ): any => { // const all = ite
阅读全文
摘要:https://blog.csdn.net/weixin_44076384/article/details/125402606 1: https://www.makeapie.cn/echarts .2:https://juejin.cn/post/7078834647005822983,3:htt
阅读全文