From 16eb4bd55a4fd61ddd7a171b1a07378c45d1665b Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 05 六月 2025 13:59:28 +0800
Subject: [PATCH] 动态溯源(待完成)

---
 src/components/chart/ProgressLineChart.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/chart/ProgressLineChart.vue b/src/components/chart/ProgressLineChart.vue
index 861af1e..482740d 100644
--- a/src/components/chart/ProgressLineChart.vue
+++ b/src/components/chart/ProgressLineChart.vue
@@ -128,7 +128,8 @@
     },
     // 淇敼鍥捐〃灞曠ず鐨勬姌绾垮浘绫诲瀷
     changeChartSeries() {
-      this.option.series = this.getShowSeries();
+      const { sIndex, eIndex, startPer, endPer } = this.getRange();
+      this.option.series = this.getShowSeries(sIndex, eIndex);
       this.lineChart.setOption(this.option, { notMerge: true });
     },
     changeChartRange() {

--
Gitblit v1.9.3