Commit 673d914b authored by youjie's avatar youjie

no message

parent b9eab6d7
...@@ -14,8 +14,12 @@ ...@@ -14,8 +14,12 @@
pickerBeginDateBefore: { pickerBeginDateBefore: {
disabledDate: time => { disabledDate: time => {
if(this.EndGroupDate){ if(this.EndGroupDate){
let endTime = new Date(this.EndGroupDate); if(!this.isQueryHistoryData){
return time && endTime.getTime() >= time.getTime(); let endTime = this.TourDateRestrictions()
return time && endTime.getTime() >= time.getTime();
}
// let endTime = new Date(this.EndGroupDate);
// return time && endTime.getTime() >= time.getTime();
}else { }else {
if(!this.isQueryHistoryData){ if(!this.isQueryHistoryData){
let endTime = this.TourDateRestrictions() let endTime = this.TourDateRestrictions()
......
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