From 9fc4fd86ae1f215841e43af622d3246a2559c187 Mon Sep 17 00:00:00 2001 From: Jim__TT <1820452084@qq.com> Date: Sun, 28 Jan 2024 19:59:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E6=96=B0=E5=A2=9E2?= 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 6d8c5f4..20cf6bc 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轴区域"); console.log("拖拽至Y轴区域"); setYList(yList.concat(currentDrag));