From 39cbd5905dd174b6d3c241d7f9457c92954188a6 Mon Sep 17 00:00:00 2001 From: Jim__TT <1820452084@qq.com> Date: Sun, 28 Jan 2024 19:59:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E6=96=B0=E5=A2=9E1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/custom-query/echarts-editor/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view/custom-query/echarts-editor/index.tsx b/src/view/custom-query/echarts-editor/index.tsx index 6f5919d..6d8c5f4 100644 --- a/src/view/custom-query/echarts-editor/index.tsx +++ b/src/view/custom-query/echarts-editor/index.tsx @@ -60,6 +60,7 @@ export default function EchartsEditor() { }; const onYDrop: any = () => { + console.log("拖拽至Y轴区域"); console.log("拖拽至Y轴区域"); setYList(yList.concat(currentDrag)); let newDataList = handleDelDataList(currentDrag.id);