schangxiang@126.com
2025-05-04 d8df1d1a57ed07c2c2bfd84e558e6198f821cdb6
PipeLineLems/web/src/api/file.ts
@@ -35,3 +35,16 @@
    responseType: 'blob',
  })
}
/**
 * 导出 post 请求
 * @param data
 * @returns
 */
export const postExportFileToClient = (
  url: string,
  params: Record<string, any>
) => {
  return request.post(url, params, {
    responseType: 'blob',
  })
}