From cc6ed9d9f2aa4d07e5f900843779a094e7a4dbab Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 21 Jul 2025 11:16:26 +0800
Subject: [PATCH] feat:优化任务管理搜索操作
---
src/api/home/index.js | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index d453e93..c5c1d1a 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -56,6 +56,14 @@
data,
});
};
+// 飞行统计111
+export const tongjiNestApi = data => {
+ return request({
+ url: `/drone-device-core/manage/api/v1/devices/getAllDeviceStatistics`,
+ method: 'post',
+ data,
+ })
+}
// 飞行时长 里程 任务数
export const getFlyTime = data => {
return request({
@@ -106,4 +114,12 @@
method: 'post',
data,
})
+}
+// 任务成果
+export const gettaskOutcomApi = data => {
+ return request({
+ url: `/blade-resource/attach/getManageAttachTypeStatistics`,
+ method: 'post',
+ data,
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3