mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 12:45:37 +08:00
fix:【数据导出中心】解决文件名乱码问题
This commit is contained in:
@@ -263,7 +263,7 @@ const timestampFormatDate = value => {
|
||||
}
|
||||
import { PATH_URL } from '@/config/axios/service'
|
||||
const downloadClick = item => {
|
||||
window.open(PATH_URL + '/exportCenter/download/' + item.id)
|
||||
window.open(PATH_URL + '/exportCenter/download/' + item.id, 'aaa.xls')
|
||||
}
|
||||
|
||||
const retry = item => {
|
||||
|
||||
Reference in New Issue
Block a user