@@ -2335,7 +2335,7 @@ import delete$ from 'dingtalk-jsapi/api/biz/cspace/delete';
this.http.post('/stages/list',{groupId: this.selectedGroup.id, projectId: this.selectedGroup.projectId, order: this.order, isDesc: this.isDesc},
res => {
if (res.code == "ok") {
- this.stageList = res.data;
+ this.stageList = res.data.list;
this.timess() // 处理时间的方法
} else {
this.$message({
@@ -1613,7 +1613,7 @@ import { error } from 'dingtalk-jsapi';
// console.log('触发获取任务列表函数')