@@ -171,7 +171,7 @@ export default {
}
})
const form = {...this.searchForm}
- form.month = String(new Date().getMonth() + 1)
+ form.month = dayjs().format('YYYY-MM')
this.searchForm = form
this.getList()
var now = new Date();