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);