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