This commit is contained in:
Pengxiansen
2025-02-17 16:37:34 +08:00
parent 7ce4e1c492
commit 15f56150bf

View File

@@ -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) => {