|
@ -307,7 +307,7 @@ |
|
|
var chooseTime = `${year}-${month}-${day} ${hour}:${min}` |
|
|
var chooseTime = `${year}-${month}-${day} ${hour}:${min}` |
|
|
this.chooseTimeValue = new Date(chooseTime.replace(/-/g,'/')).getTime() |
|
|
this.chooseTimeValue = new Date(chooseTime.replace(/-/g,'/')).getTime() |
|
|
if(chooseTime){ |
|
|
if(chooseTime){ |
|
|
await this.choose(new Date(chooseTime).getTime()) |
|
|
await this.choose(this.chooseTimeValue) |
|
|
this.cancelTime() |
|
|
this.cancelTime() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|