mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-09 02:46:47 +08:00
提交
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user