From f348234c25bf666014a3ea1848ce13b044bab201 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 25 Jul 2024 17:36:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=89=B9=E9=87=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=A0=B7=E5=BC=8F=E6=9C=AA=E4=BF=9D=E5=AD=98=E9=80=80?= =?UTF-8?q?=E5=87=BA=E5=90=8E=E8=A2=AB=E8=BF=98=E5=8E=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/editor/editor-style/ChartStyleBatchSet.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue index dfac95cae8..ad5d09bbfb 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/ChartStyleBatchSet.vue @@ -130,6 +130,7 @@ const batchOptChange = (custom, property, value, subProp?) => { value: value, subProp: subProp }) + snapshotStore.recordSnapshotCache('renderChart') } const onStyleAttrChange = params => {