mirror of
https://github.com/PlayEdu/backend
synced 2025-06-27 20:06:30 +08:00
部门学习进度学员导出优化
This commit is contained in:
parent
f0d21a80eb
commit
dea6712bbd
@ -168,7 +168,7 @@ const MemberDepartmentProgressPage = () => {
|
||||
let arr2: any = [];
|
||||
let value = 0;
|
||||
for (let key in data2) {
|
||||
arr.push(data2[key]);
|
||||
arr2.push(data2[key]);
|
||||
value += data2[key].class_hour;
|
||||
}
|
||||
let w_totalHour = value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user