fix:EQG-1081 小组进度查询显示小组数据

This commit is contained in:
wuxt
2023-03-08 00:46:34 +08:00
parent e60256ccad
commit 5299c44ceb
2 changed files with 3 additions and 2 deletions

View File

@@ -2820,7 +2820,7 @@ export default {
startTime: state.rankStartTime ? state.rankStartTime : 0, // 数据查询的起始时间 10位时间戳
endTime: state.rankEndTime ? state.rankEndTime : 0,
stageId: state.valuestu2, // 阶段ID
type: Number(state.valuestu3), // 查询类型 0 学员积分榜 1 小组积分榜
type: Number(state.valuestu1), // 查询类型 0 学员积分榜 1 小组积分榜
};
console.log("我是获取得项目进度排行榜--》", obj);
api