zhangyanpeng
2020-05-28 5346354c8b6685d4c111041a8c5a4d61dae13050
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: {