From 801770456ae3750a44e0989b0025a98ccbad24e6 Mon Sep 17 00:00:00 2001 From: bob <bob.zhang@highdatas.com> Date: 星期四, 13 八月 2020 17:13:53 +0800 Subject: [PATCH] 最新 --- src/views/calendarTask.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/calendarTask.vue b/src/views/calendarTask.vue index 918f00f..021f775 100644 --- a/src/views/calendarTask.vue +++ b/src/views/calendarTask.vue @@ -102,7 +102,8 @@ let iformat = imoment.format('YYYY-MM'); let systemDate = iformat + '-01 00:00:00'; this.getDatedef(systemDate); - this.userId = localStorage.getItem('userId'); + //this.userId = localStorage.getItem('userId'); + this.userId = this.$cookies.get('userId'); }, methods: { -- Gitblit v1.8.0