bob
2020-08-13 801770456ae3750a44e0989b0025a98ccbad24e6
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: {