From b51a317c7c3db9757317f34902fe869caae130b9 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 09 Dec 2025 17:54:40 +0800
Subject: [PATCH] feat:更新任务管理详情任务

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

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 0715709..76f51b1 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -127,4 +127,23 @@
 		method: 'post',
 		data,
 	})
+}
+
+// 执行机巢详情
+export const NestDetailApi = params => {
+  return request({
+    url: '/drone-device-core/wayline/waylineJobInfo/taskDetails',
+    method: 'get',
+    params,
+  })
+}
+
+// 导出任务报表
+export const exportTaskReports = params => {
+  return request({
+    url: `/drone-device-core/wayline/waylineJobInfo/downloadJob`,
+    method: 'get',
+    responseType: 'blob',
+    params,
+  })
 }
\ No newline at end of file

--
Gitblit v1.9.3