Commit 98e9bac9 authored by 前端-彭佳文's avatar 前端-彭佳文

Merge branch 'v2-220418' into 'v2-220418'

V2 220418 See merge request linkseeks-design/pro-platform!378
parents 1c18d967 3ac2010a
......@@ -171,7 +171,7 @@ const SalesPerformanceStatistics: React.FC = () => {
tableProps={{
rowKey: 'userId',
}}
keepAlive={false}
// keepAlive={false}
columns={columns}
currentRef={ref}
rowKey='userId'
......
......@@ -181,8 +181,8 @@ const PerformanceDetail: React.FC = () => {
exportParams += `&${item}=${p[item]}`
}
})
console.log('url:',`${process.env.BACK_GATEWAY}/order/member/sales/achievement/count/export/order/details?token=${token}${exportParams}&referer=${window.location.href}`)
window.open(`${process.env.BACK_GATEWAY}/order/member/sales/achievement/count/export/order/details?token=${token}${exportParams}&referer=${window.location.href}`, '_blank')
console.log('url:',`${process.env.BACK_GATEWAY}/order/member/sales/achievement/count/export/order/details?token=${token}${exportParams}&referer=${window.location.href.split('?')[0]}`)
window.open(`${process.env.BACK_GATEWAY}/order/member/sales/achievement/count/export/order/details?token=${token}${exportParams}&referer=${window.location.href.split('?')[0]}`, '_blank')
}
return (
......
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