新建干扰源-设置工程预期投产日期时间选择范围不能<今天限制取消

This commit is contained in:
zhujiyan
2024-06-06 11:44:23 +08:00
parent bca373355b
commit 21f1d1d3f9

View File

@@ -1057,7 +1057,8 @@ const choose = (e: any) => {
//设置工程预期投产日期时间选择范围不能<今天
const disabledDate = time => {
return time.getTime() < Date.now() - 8.64e7 // 8.64e7 毫秒数代表一天
// return time.getTime() < Date.now() - 8.64e7 // 8.64e7 毫秒数代表一天
return false
}
//提交
const confirmForm = () => {