bob
2020-11-25 84326b11401f217cd483d13bc72cec4ffd5da7ce
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: {