fix:【数据导出中心】解决文件名乱码问题

This commit is contained in:
taojinlong 2024-10-24 16:51:16 +08:00
parent e5925c7cf1
commit 05aff99272

View File

@ -263,7 +263,7 @@ const timestampFormatDate = value => {
} }
import { PATH_URL } from '@/config/axios/service' import { PATH_URL } from '@/config/axios/service'
const downloadClick = item => { const downloadClick = item => {
window.open(PATH_URL + '/exportCenter/download/' + item.id) window.open(PATH_URL + '/exportCenter/download/' + item.id, 'aaa.xls')
} }
const retry = item => { const retry = item => {