Commit e0192ef8 authored by youjie's avatar youjie

no message

parent 351cb6e3
......@@ -299,14 +299,14 @@ export default {
QCity: 0,
QDistrict: 0,
Name: '',
OpenTime: this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")),
OpenTime: this.getBeforeDate(-1, new Date().Format("yyyy-MM-dd")),
StartPrice: '',
EndPrice: '',
},
ViewType: 2,
beforeCheck: {
disabledDate: time => {
let endTime = new Date(this.getBeforeDate(0, new Date().Format("yyyy-MM-dd")));
let endTime = new Date(this.getBeforeDate(-1, new Date().Format("yyyy-MM-dd")));
return time && endTime.getTime() >= time.getTime();
}
},
......@@ -373,7 +373,7 @@ export default {
getList() {
this.loading = true;
if (this.msg.OpenTime == null) {
this.msg.OpenTime = new Date()
this.msg.OpenTime = new Date(this.getBeforeDate(-1,new Date().Format("yyyy-MM-dd")));
}
this.apipost("ticket_post_GetSaleTicketCouponsPageList", this.msg,
res => {
......
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