From 8586fb0e5556ce69520c871347e811540e9e8f43 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 22 Mar 2024 09:19:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=95=B0=E6=8D=AE=E7=AD=9B=E9=80=89=E5=88=B0?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E7=9A=84Excel=E4=BB=8D=E7=84=B6=E4=B8=BA?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=89=8D=E7=9A=84=E6=95=B0=E6=8D=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/store/modules/data-visualization/dvMain.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts index 840b8c9d37..da313c67a3 100644 --- a/core/core-frontend/src/store/modules/data-visualization/dvMain.ts +++ b/core/core-frontend/src/store/modules/data-visualization/dvMain.ts @@ -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]