fix:修改概览添加任务的跳转

This commit is contained in:
lixg
2022-12-09 15:36:19 +08:00
parent cc671ce595
commit 54f1a33184
4 changed files with 904 additions and 861 deletions

View File

@@ -1022,8 +1022,8 @@ export default {
api.getProjectCount(object.projectId).then((res) => {
console.log("获取关卡、任务、学员统计数据", res.data);
// state.projectStudentsNum = res.data.students;
state.projectStages = res.data.stages;
state.projectTasks = res.data.tasks;
state.projectStages = res.data.data.stages;
state.projectTasks = res.data.data.tasks;
});
//获取学员总数
let obj = {