Commit 4bb35d36 by 陈羽

update: bugfix

parent 89c0fa1c
......@@ -185,7 +185,6 @@ export default {
dateRange: [],
editDate: false,
startDate: '',
endDate: '',
startDateDisabled: false,
endDateDisabled: false
},
......@@ -214,9 +213,6 @@ export default {
pickerOptionsStart: {
disabledDate: time => {
let disabled = time.getTime() < Date.now() - 8.64e7;
// if(this.activeInfoData.endDate) {
// disabled = disabled || (time.getTime() > new Date(this.activeInfoData.endDate).getTime());
// }
return disabled;
}
},
......
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