mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
合并
This commit is contained in:
@@ -1187,7 +1187,7 @@ export default {
|
||||
if (res.status == 200) {
|
||||
console.log("22222", res.data.data.stageList);
|
||||
let leng = res.data.data.stageList.length;
|
||||
let arr = res.data.data.stageList[leng-1].taskList;
|
||||
let arr = res.data.data.stageList[leng - 1].taskList;
|
||||
getTableData(arr);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user