|
@@ -299,7 +299,6 @@ export default {
|
|
|
},
|
|
},
|
|
|
onDateTimeChange (type) {
|
|
onDateTimeChange (type) {
|
|
|
const { start, until } = this.eventOptions
|
|
const { start, until } = this.eventOptions
|
|
|
- console.log(start, until)
|
|
|
|
|
if (start && until && start > until) {
|
|
if (start && until && start > until) {
|
|
|
if (type === 'start') {
|
|
if (type === 'start') {
|
|
|
this.eventOptions.until = start
|
|
this.eventOptions.until = start
|