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