forked from drone/command-center-dashboard

shuishen
2025-04-08 56731d7e2e96ba549a88aca0ebd89a8fc3e98f01
src/api/home/event.js
@@ -45,3 +45,12 @@
      data,
   })
}
// 工单列表=>事件数量(所有)
export const getEvenNum = data => {
   return request({
      url: '/drone-device-core/jobEvent/evenNum',
      method: 'post',
      data,
   })
}