@@ -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) {