工作日历修改

This commit is contained in:
XaoLi717 2024-12-09 09:01:45 +08:00
parent ea08f9c812
commit 5970eaaf10

View File

@ -125,6 +125,7 @@ const handleSelect = async (date:any) => {
const toYear = new Date().getFullYear().toString() const toYear = new Date().getFullYear().toString()
if (year !== toYear){ if (year !== toYear){
message.error("只能更改今年日期") message.error("只能更改今年日期")
return;
} }
//, //,