From 466cbe781ab2e8fb8725069e4041be43a8663b31 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Nov 2025 15:00:58 +0800
Subject: [PATCH] feat:默认本年,把工单统计占比更好事件概括统计接口

---
 src/api/home/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 3b7e45f..0715709 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -6,6 +6,14 @@
     method: 'get',
   });
 };
+// 大屏首页=>事件状态数量
+export const getEventStatusNum = data => {
+  return request({
+    url: '/drone-device-core/jobEvent/eventStatusNum',
+    method: 'post',
+    data,
+  })
+}
 // 事件概况分类数
 export const getJobEventByStatus = data => {
   return request({

--
Gitblit v1.9.3