瀏覽代碼

Merge branch 'master' of http://git.jiayuepowertech.com:9022/xusl/cpp

xusl 5 月之前
父節點
當前提交
d517e6a338
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      cpp-ui/src/views/stationDataQuery/historyforecastdata/index.vue

+ 2 - 2
cpp-ui/src/views/stationDataQuery/historyforecastdata/index.vue

@@ -778,8 +778,8 @@ export default {
         this.$message.warning("开始时间不能大于结束时间")
         return
       }
-      if (endTime - startTime > 60 * 60 * 24 * 1000 * 15) {
-        this.$message.warning("查询数据不能超过15天!")
+      if (endTime - startTime > 60 * 60 * 24 * 1000 * 30) {
+        this.$message.warning("查询数据不能超过30天!")
         return
       }
       let queryParams = {