From 93fd50d4705b441125a05439b20a8531a2e453f7 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 10 Dec 2025 09:05:15 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v9.0/9.0.1' into feature/v9.0/9.0.2
---
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