From ea3c33c8561df39d4f123d1424fda99dd0f0c51d Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期四, 14 十一月 2024 08:15:41 +0800
Subject: [PATCH] add - panel

---
 jcdm-ui/src/views/main/da/paramCollection/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jcdm-ui/src/views/main/da/paramCollection/index.vue b/jcdm-ui/src/views/main/da/paramCollection/index.vue
index ac72dbf..0f2c5bb 100644
--- a/jcdm-ui/src/views/main/da/paramCollection/index.vue
+++ b/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 = []; // 閲嶇疆鏃ユ湡鑼冨洿
         }
       }

--
Gitblit v1.9.3