Explorar el Código

修改切换下周工作内容切换显示内容bug

humingbo hace 2 años
padre
commit
2955ed0795
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/views/meeting/weekly.vue

+ 0 - 1
src/views/meeting/weekly.vue

@@ -181,7 +181,6 @@ export default {
         const date = new Date();
         // 获取当前第几周
         let week = this.getYearWeek(date.getFullYear(), Number(date.getMonth()) + 1, date.getDate());
-
         let currentWeek = week ;
         this.currentWeek = currentWeek;
         if (weekss !== currentWeek) {