Merge pull request #8642 from dataease/pr@dev-v3@fix_table

fix(图表): 修复表格数据筛选到导出的Excel仍然为筛选前的数据问题
This commit is contained in:
王嘉豪 2024-03-22 09:20:02 +08:00 committed by GitHub
commit 3384bdfcce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -977,7 +977,7 @@ export const dvMainStore = defineStore('dataVisualization', {
return this.canvasViewDataInfo[viewId]
},
setLastViewRequestInfo(viewId, viewRequestInfo) {
this.lastViewRequestInfo[viewId] = viewRequestInfo.requestInfo
this.lastViewRequestInfo[viewId] = viewRequestInfo
},
getLastViewRequestInfo(viewId) {
return this.lastViewRequestInfo[viewId]