fix: 修复下拉模式明细表导出excel为空问题 #13892 #13962

This commit is contained in:
wangjiahao 2024-12-11 12:16:29 +08:00
parent f123634f9d
commit 2ae1028471

View File

@ -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) {