From dc24bf4b180cf339ac9e4246c3c2d98cb2d8a726 Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 10 Nov 2021 17:38:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=A7=86=E5=9B=BE):=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E5=AE=9E=E6=97=B6=E8=AE=A1=E7=AE=97=E4=B8=8E?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BD=86=E4=B8=8D?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E4=BF=9D=E5=AD=98=EF=BC=8C=E6=8F=90=E4=BE=9B?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E4=B8=8E=E9=87=8D=E7=BD=AE=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/view/ChartEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index c95a44df5e..bdaffce900 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1103,7 +1103,7 @@ export default { view.customAttr = JSON.stringify(this.view.customAttr) view.customStyle = JSON.stringify(this.view.customStyle) view.customFilter = JSON.stringify(this.view.customFilter) - view.data = JSON.parse(JSON.stringify(this.data)) + view.data = this.data this.chart = view },