zhangyanpeng
2020-05-07 dca74c76b85c5ece7b87beae9d9f921883b55564
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: {