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