From c11fc26201929ef989d5279504ca9f62b5030099 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 3 Sep 2024 11:59:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=A8=A1=E7=89=88=E5=BA=94=E7=94=A8=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E6=8C=87=E6=A0=87=E7=BA=AC=E5=BA=A6=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E4=B8=80=E8=87=B4=E4=BE=9D=E7=84=B6=E6=9C=89=E7=BA=A2?= =?UTF-8?q?=E8=89=B2=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/editor/drag-item/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/drag-item/utils.ts b/core/core-frontend/src/views/chart/components/editor/drag-item/utils.ts index 4ea93ba2b9..b09c0ef818 100644 --- a/core/core-frontend/src/views/chart/components/editor/drag-item/utils.ts +++ b/core/core-frontend/src/views/chart/components/editor/drag-item/utils.ts @@ -22,7 +22,6 @@ export function getItemType(dimensionData, quotaData, item) { } } else { if ( - ele.id === item.id && ele.originName === item.originName && ele.deType === item.deType && ele.groupType === item.groupType