@ -299,7 +299,7 @@ export default {
strDate = "0" + strDate;
}
var currentDate = date.getFullYear() + "-" + month + "-" + strDate
+ " " + date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds();
+ " " + '09:00:00';
return currentDate;
},
handleChangeScope (value) {