08 2022 档案

摘要:// 告警数量 const getAlarm = () => { getAlarmCount().then( (res: any) => { if (res.code == 200) { setCount(res.data) clearTimeout(time) time = setTimeout( 阅读全文
posted @ 2022-08-14 17:53 人心不古 阅读(34) 评论(0) 推荐(0)
摘要:// 生成树形结构 const makeTree = useCallback( ( items: DeviceGroupInfo[], id = null, link: keyof DeviceGroupInfo = 'parentId' ): any => { // const all = ite 阅读全文
posted @ 2022-08-08 14:57 人心不古 阅读(26) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_44076384/article/details/125402606 1: https://www.makeapie.cn/echarts .2:https://juejin.cn/post/7078834647005822983,3:htt 阅读全文
posted @ 2022-08-05 23:56 人心不古 阅读(41) 评论(0) 推荐(0)