Commit 85e26719 authored by nick zheng's avatar nick zheng

fix: 导出数据接口忽略判断code值

parent b7771c00
......@@ -73,6 +73,7 @@ export function fetchReportAPIChannelPointUsage<T>(payload: {
}
}) {
return request.post<T>('/formReportingRest/report.json', payload, {
ignoreErrorCheck: true,
responseType: 'blob',
timeout: 0,
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment