@@ -296,7 +296,7 @@
})
this.getUnread()
let sdateTo = new Date()
- this.isShowApcheckList.thisMonth = sdateTo.getFullYear() + '-' + (sdateTo.getMonth() + 1)
+ this.isShowApcheckList.thisMonth = sdateTo.getFullYear() + '-' + (sdateTo.getMonth())
},
methods: {
addApCheck() {