fix:玻纤:日志结束时间恢复以前规则(不可大于当前时间)
This commit is contained in:
parent
155633b736
commit
30d72e877f
|
@ -345,7 +345,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
disabledDateFn(time) {
|
||||
return time.getTime() < new Date().getTime()- 86400000;
|
||||
return time.getTime() > new Date().getTime();
|
||||
},
|
||||
gettestitem(){
|
||||
let that = this;
|
||||
|
|
Loading…
Reference in New Issue