新建干扰源-设置工程预期投产日期时间选择范围不能<今天限制取消
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user