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