25793
This commit is contained in:
@@ -187,11 +187,9 @@ export default {
|
||||
|
||||
confirm(e) {
|
||||
if (this.showStartTime == true) {
|
||||
console.log(1, e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + '00')
|
||||
this.forms.beginTime = e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + '00'
|
||||
}
|
||||
if (this.showEndTime == true) {
|
||||
console.log(2, e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + '00')
|
||||
this.forms.endTime = e.year + '-' + e.month + '-' + e.day + ' ' + e.hour + ':' + e.minute + ':' + '00'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user