Commit 5a2f963b authored by youjie's avatar youjie

no message

parent 8074523c
......@@ -306,7 +306,7 @@ export default {
ViewType: 2,
beforeCheck: {
disabledDate: time => {
let endTime = new Date(this.getBeforeDate(-1, new Date().Format("yyyy-MM-dd")));
let endTime = new Date(this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")));
return time && endTime.getTime() >= time.getTime();
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment