提交 213925d6 编写于 作者: 泰斯特Test's avatar 泰斯特Test

[feat]新增导出报告接口api

上级 f11208df
......@@ -17,3 +17,14 @@ export function getReportDetail (project_id, report_id, header) {
method: 'GET'
})
}
export function exportReportDetail (project_id, report_id, header) {
return request({
url: `/api/project/${project_id}/reportsList/${report_id}/export`,
headers: header,
responseType: 'blob',
method: 'POST',
data: null
})
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册