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