Commit 605d468c authored by 前端-甘科's avatar 前端-甘科

Merge branch 'jinfa-20221102' into 'jinfa-20221102'

fix:报表请求url See merge request project/jinfa-platform!512
parents 7579114e df121723
......@@ -34,6 +34,8 @@ export const handleExportFile = async (props: ExportFileProps) => {
exportParams += `&${item}=${params[item]}`
}
})
console.log('requestUrl====>',`${process.env.BACK_GATEWAY}${api}?token=${token}${exportParams}`);
window.open(`${process.env.BACK_GATEWAY}${api}?token=${token}${exportParams}`, '_blank')
// let a: any = document.createElement('a')
// document.body.appendChild(a)
......
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