mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
Merge pull request #13970 from dataease/pr@dev-v2@fix_excel-export
fix: 修复下拉模式明细表导出excel为空问题 #13892 #13962
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user