From d86e9475f004f687cd13d5563c8c6fd933e92cfa Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 08 Apr 2025 14:56:26 +0800
Subject: [PATCH] feat: 分页列表60%
---
src/api/home/event.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/api/home/event.js b/src/api/home/event.js
index 9c92dbf..1f6a85a 100644
--- a/src/api/home/event.js
+++ b/src/api/home/event.js
@@ -35,3 +35,13 @@
data,
})
}
+
+
+// 大屏首页=>事件状态数量
+export const getEventStatusNum = data => {
+ return request({
+ url: '/drone-device-core/jobEvent/eventStatusNum',
+ method: 'post',
+ data,
+ })
+}
--
Gitblit v1.9.3