From d9c182ad1dee3f97efe88f0ac1b4d8b9839e7b9b Mon Sep 17 00:00:00 2001 From: Jim__TT <1820452084@qq.com> Date: Sun, 28 Jan 2024 20:22:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A43?= 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 20cf6bc..bf49270 100644 --- a/src/view/custom-query/echarts-editor/index.tsx +++ b/src/view/custom-query/echarts-editor/index.tsx @@ -63,6 +63,7 @@ export default function EchartsEditor() { console.log("拖拽至Y轴区域"); console.log("拖拽至Y轴区域"); console.log("拖拽至Y轴区域"); + console.log("拖拽至Y轴区域"); setYList(yList.concat(currentDrag)); let newDataList = handleDelDataList(currentDrag.id); setDataList(newDataList);