From 6435d34a649f7b00855a5fca975a3fed92230a89 Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期四, 21 九月 2023 18:01:22 +0800 Subject: [PATCH] 修改1 --- src/components/BarGraph.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/components/BarGraph.vue b/src/components/BarGraph.vue index e6919f3..b8e0c2d 100644 --- a/src/components/BarGraph.vue +++ b/src/components/BarGraph.vue @@ -39,7 +39,7 @@ xAxisData.value.push(e.len); }); data = trans(props.layerData.points); - console.log(data); + seriesData.value = []; data.forEach((e) => { seriesData.value.push({ @@ -56,7 +56,6 @@ }, }); }); - console.log(seriesData.value); nextTick(() => { initChart(); -- Gitblit v1.9.3