Commit 673d914b authored by youjie's avatar youjie

no message

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