BUG 29409
This commit is contained in:
@@ -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('请选择出发地区')
|
||||||
|
|||||||
Reference in New Issue
Block a user