jcdm-ui/src/views/main/da/paramCollection/index.vue
@@ -279,8 +279,8 @@ const startDate = value[0]; const endDate = value[1]; const dayCount = this.daysBetween(startDate, endDate); if (dayCount + 1 > 7) { this.$message.error('请选择连续的7天!'); if (dayCount + 1 > 3) { this.$message.error('请选择连续的3天!'); this.queryParams.dateConditions = []; // 重置日期范围 } }