From 8bee21e36ac2cfedad5b9621123c1a8d20fd2c31 Mon Sep 17 00:00:00 2001 From: junjie Date: Tue, 3 Aug 2021 17:33:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=A0=86=E5=8F=A0=E9=A1=B9?= =?UTF-8?q?=E4=B8=8D=E5=85=81=E8=AE=B8=E6=8C=87=E6=A0=87=E6=8B=96=E5=85=A5?= 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 82dd8f15fe..c82559cf15 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -1352,7 +1352,7 @@ export default { return resultNode }, addStack(e) { - this.dragCheckType(this.dimensionData, 'd') + this.dragCheckType(this.view.extStack, 'd') if (this.view.extStack && this.view.extStack.length > 1) { this.view.extStack = [this.view.extStack[0]] }