BUG 29409

This commit is contained in:
aixianling
2022-04-29 09:24:44 +08:00
parent b5983b00ae
commit 3b794c3229

View File

@@ -359,9 +359,9 @@ export default {
return this.$toast('请选择出发时间') return this.$toast('请选择出发时间')
} }
if (new Date(this.form.startTime.replace(/-/g, '/')).getTime() > new Date().getTime()) { // if (new Date(this.form.startTime.replace(/-/g, '/')).getTime() > new Date().getTime()) {
return this.$toast('出发时间不得晚于当前时间') // return this.$toast('出发时间不得晚于当前时间')
} // }
if (!this.form.startAreaName) { if (!this.form.startAreaName) {
return this.$toast('请选择出发地区') return this.$toast('请选择出发地区')