From d36bac3029c9ff3ea53da4b95618a4b19f855450 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 01 Apr 2025 13:09:12 +0800
Subject: [PATCH] feat: 事件概况对接

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

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 5e14779..889838d 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -9,10 +9,11 @@
 };
 
 // 巡检任务item数量
-export const getJobStatistics = () => {
+export const getJobStatistics = (data) => {
   return request({
     url: '/drone-device-core/wayline/waylineJobInfo/jobStatistics',
     method: 'post',
+    data
   });
 };
 

--
Gitblit v1.9.3