Commit ce940d2d authored by youjie's avatar youjie

no message

parent 8817a00c
...@@ -757,7 +757,6 @@ export default { ...@@ -757,7 +757,6 @@ export default {
mounted() { mounted() {
const timeStamp = Date.now() const timeStamp = Date.now()
const formattedString = date.formatDate(timeStamp, 'YYYY-MM-DD') const formattedString = date.formatDate(timeStamp, 'YYYY-MM-DD')
// date.formatDate(date.addToDate(new Date(), { days: 1 }), 'YYYY-MM-DD')
this.currentYM = { this.currentYM = {
year: date.formatDate(timeStamp, 'YYYY'), year: date.formatDate(timeStamp, 'YYYY'),
month: date.formatDate(timeStamp, 'MM'), month: date.formatDate(timeStamp, 'MM'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment