src/views/inspection/task/TaskManage.vue
@@ -296,7 +296,7 @@ }) this.tasks = list.filter((e) => { return ( e.data.districtname == '徐汇区' && dayjs(e.data.starttime).isBefore(dayjs('2023-12-31')) e.data.districtname == '徐汇区' && dayjs(e.data.starttime).isBefore(dayjs('2025-12-31')) ) }) if (list.length == 0) {