forked from github/dataease
fix:【数据导出中心】解决文件名乱码问题
This commit is contained in:
parent
e5925c7cf1
commit
05aff99272
@ -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 => {
|
||||||
|
Loading…
Reference in New Issue
Block a user