mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
优化代码
This commit is contained in:
parent
a356e2074d
commit
073256cc61
@ -266,8 +266,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
let _newAttrs = Object.keys(_attrs).sort(function (a, b) {
|
let _newAttrs = _attrs.sort(function (a, b) {
|
||||||
return _attrs[b].seq - _attrs[a].seq;
|
return a.seq - b.seq ;
|
||||||
});
|
});
|
||||||
|
|
||||||
$that.addAttendanceClassesInfo.attrs = _newAttrs;
|
$that.addAttendanceClassesInfo.attrs = _newAttrs;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user