feat:增加项目积分-学员获取列表-已获得积分

This commit is contained in:
wyx
2023-02-23 23:06:08 +08:00
parent 9f8fc080e3
commit 535f51403d
2 changed files with 3 additions and 3 deletions

View File

@@ -645,7 +645,7 @@ export default {
bum: item.userInfoBo.deptName,
gangw: item.userInfoBo.jobName,
group: item.groupName,
diploma: "0",
diploma: item.allPointsCount,
// operation: "查看",
};
array.push(obj);