From 1e9f15bdc89fafbeb035ca7b61ab0991facbf3cb Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Sat, 12 Apr 2025 15:30:24 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage

---
 src/api/tickets/orderLog.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/api/tickets/orderLog.js b/src/api/tickets/orderLog.js
index db8c13b..1cf0db0 100644
--- a/src/api/tickets/orderLog.js
+++ b/src/api/tickets/orderLog.js
@@ -50,3 +50,13 @@
   });
 };
 
+// 导出
+export const orderLogExport = (data) => {
+  return request({
+    url: '/drone-device-core/wayline/orderLog/export',
+    method: 'post',
+    data,
+    responseType: 'blob',
+  });
+};
+

--
Gitblit v1.9.3