zs
2025-04-30 6531b52f50f7dc94ac9136d4eb1d3ecec765516e
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',
  })
}