Merge remote-tracking branch 'yx/250207-growth-prod-master-zp' into dev0731

This commit is contained in:
joshen
2025-02-17 16:44:33 +08:00

View File

@@ -289,7 +289,7 @@ const getList = () => {
growthId: routerId, growthId: routerId,
...queryParams, ...queryParams,
}).then((res) => { }).then((res) => {
let newData = res.data.slice(0, 15); let newData = res.data.slice(0, 15).reverse();
// 默认第一个在第一点位 // 默认第一个在第一点位
let num = 15 / newData.length; let num = 15 / newData.length;
stageProcessList.value = newData.map((item, index) => { stageProcessList.value = newData.map((item, index) => {