mirror of
https://github.com/PlayEdu/backend
synced 2025-06-22 15:50:05 +08:00
管理日志时区筛选
This commit is contained in:
parent
862ee4e5ae
commit
5ca6c18513
@ -176,8 +176,8 @@ const SystemLogPage = () => {
|
|||||||
value={createdAts}
|
value={createdAts}
|
||||||
style={{ marginLeft: 10 }}
|
style={{ marginLeft: 10 }}
|
||||||
onChange={(date, dateString) => {
|
onChange={(date, dateString) => {
|
||||||
dateString[0] += " 00:00:00";
|
dateString[0] += "T00:00:00.000+00:00";
|
||||||
dateString[1] += " 23:59:59";
|
dateString[1] += "T23:59:59.000+00:00";
|
||||||
setCreatedAt(dateString);
|
setCreatedAt(dateString);
|
||||||
setCreatedAts(date);
|
setCreatedAts(date);
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user