From 5346354c8b6685d4c111041a8c5a4d61dae13050 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期四, 28 五月 2020 10:31:46 +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