From 8c7e1282870a94ee7cd04371a53ef13148e98b0c Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Wed, 12 Mar 2025 10:48:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E8=A1=A8=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E7=BB=B4=E5=BA=A6=E4=B8=8E=E6=8C=87=E6=A0=87=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE?= =?UTF-8?q?=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 insertion(+) 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 b09c0ef818..4ea93ba2b9 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,6 +22,7 @@ export function getItemType(dimensionData, quotaData, item) { } } else { if ( + ele.id === item.id && ele.originName === item.originName && ele.deType === item.deType && ele.groupType === item.groupType