From 15f56150bf053c53d5b182bce25465967fa159ba Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Mon, 17 Feb 2025 16:37:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/growth/growthPath.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/growth/growthPath.vue b/src/views/growth/growthPath.vue index 04fe189..18b8520 100644 --- a/src/views/growth/growthPath.vue +++ b/src/views/growth/growthPath.vue @@ -289,7 +289,7 @@ const getList = () => { growthId: routerId, ...queryParams, }).then((res) => { - let newData = res.data.slice(0, 15); + let newData = res.data.slice(0, 15).reverse(); // 默认第一个在第一点位 let num = 15 / newData.length; stageProcessList.value = newData.map((item, index) => {