From bb1a2a686cce84a9784fcd1e0076e41c41594116 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 02 Apr 2025 11:52:15 +0800
Subject: [PATCH] feat: 机巢聚合60%

---
 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 51cfbeb..b5af252 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -1,10 +1,11 @@
 import request from '@/axios';
 
 // 巡检总任务数量
-export const getTotalJobNum = () => {
+export const getTotalJobNum = (params) => {
   return request({
     url: '/drone-device-core/wayline/waylineJobInfo/totalJobNum',
     method: 'get',
+    params
   });
 };
 

--
Gitblit v1.9.3