From a2b9df511eec2ed1c9193cdf6e9f9659e5936898 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 31 Mar 2025 16:03:45 +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 412182e..318eb8e 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -15,3 +15,11 @@
     method: 'post',
   });
 };
+
+// 巡检任务柱状图数据
+export const getJobNumBar = () => {
+  return request({
+    url: '/drone-device-core/wayline/waylineJobInfo/jobNumBar',
+    method: 'post',
+  });
+};

--
Gitblit v1.9.3