mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
parent
f123634f9d
commit
2ae1028471
@ -537,6 +537,9 @@ export const exportExcelDownload = (chart, callBack?) => {
|
||||
request.dataEaseBi = true
|
||||
}
|
||||
const method = request.downloadType === 'dataset' ? innerExportDataSetDetails : innerExportDetails
|
||||
if (request.viewInfo?.customAttr?.basicStyle?.tablePageMode) {
|
||||
request.viewInfo.customAttr.basicStyle.tablePageMode = 'page'
|
||||
}
|
||||
method(request)
|
||||
.then(res => {
|
||||
if (linkStore.getLinkToken || isDataEaseBi.value || appStore.getIsIframe) {
|
||||
|
Loading…
Reference in New Issue
Block a user