From ebd4c8f81eb414f588287e34f11d742df3afeeef Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 04 Sep 2025 16:18:28 +0800
Subject: [PATCH] feat:更新设备和注册
---
src/api/patchManagement/index.js | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/api/patchManagement/index.js b/src/api/patchManagement/index.js
index 059d18f..965dae5 100644
--- a/src/api/patchManagement/index.js
+++ b/src/api/patchManagement/index.js
@@ -73,13 +73,6 @@
})
}
// 导出
-// export const exportExcel = ids => {
-// return request({
-// url: `/drone-device-core/patches/api/v1/Patches/getExcel?ids=${ids}`,
-// method: 'get',
-// responseType: 'blob',
-// })
-// }
export const exportExcel = data => {
return request({
url: `/drone-device-core/patches/api/v1/Patches/exportExcel`,
--
Gitblit v1.9.3