From 30fee4e97d1f7087a0774525562545cdc5e54768 Mon Sep 17 00:00:00 2001 From: junjie Date: Wed, 10 Nov 2021 16:11:45 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 35ec5d09af..18f2f3f5b7 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1096,6 +1096,7 @@ export default { const view = JSON.parse(JSON.stringify(this.view)) view.customAttr = JSON.stringify(this.view.customAttr) view.customStyle = JSON.stringify(this.view.customStyle) + view.data = JSON.parse(JSON.stringify(this.data)) this.chart = view },