From 696469407aeb0dbd3a0bf98936066b5253c3134c Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Thu, 2 Feb 2023 14:02:35 +0800 Subject: [PATCH] 2023-2-2 --- src/views/statistics/people.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/statistics/people.vue b/src/views/statistics/people.vue index 56b27ed..6a15f73 100644 --- a/src/views/statistics/people.vue +++ b/src/views/statistics/people.vue @@ -38,7 +38,7 @@ export default { data() { return { select:{ - month:`${new Date().getFullYear()}-${new Date().getMonth()+1}` + month:`${this.$moment(new Date()).format('yyyy-MM')}` }, data:{}, }