无人机管理后台前端(已迁走)
rain
2025-04-12 1e9f15bdc89fafbeb035ca7b61ab0991facbf3cb
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',
  });
};