From e287db48468cec32c6690c57cddcd94f0c0dcbca Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 17 Feb 2025 18:04:43 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E5=A4=8D=E9=87=8D?= =?UTF-8?q?=E5=81=9A=E6=8C=89=E9=92=AE=E6=9C=AA=E6=BF=80=E6=B4=BB=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/store/modules/data-visualization/snapshot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/store/modules/data-visualization/snapshot.ts b/core/core-frontend/src/store/modules/data-visualization/snapshot.ts index 8a88deaa96..d83d51026e 100644 --- a/core/core-frontend/src/store/modules/data-visualization/snapshot.ts +++ b/core/core-frontend/src/store/modules/data-visualization/snapshot.ts @@ -119,6 +119,7 @@ export const snapshotStore = defineStore('snapshot', { snapshotInfo.dvInfo.dataState = dvInfo.value.dataState snapshotInfo.dvInfo.contentId = dvInfo.value.contentId this.snapshotPublish(snapshotInfo) + this.styleChangeTimes++ this.snapshotDisableTime = Date.now() + 3000 } },