diff --git a/src/views/flood/index.vue b/src/views/flood/index.vue
index 7a7ccd8..a94e899 100644
--- a/src/views/flood/index.vue
+++ b/src/views/flood/index.vue
@@ -1,63 +1,61 @@
-
-
+
+
-
+
查询
-
- 起报时间:{{qbTime}}
- 预报时段:1小时
+
+ 起报时间:{{ qbTime }}
+
+
+ 预报时段:1小时
+
-
+
预测最高值
- {{predict.maxValue}}
+ {{ predict.maxValue }}
-
-
+
预测最低值
- {{predict.minValue}}
+ {{ predict.minValue }}
-
-
+
时间
- {{predict.maxTime}}
+ {{ predict.maxTime }}
-
-
+
时间
- {{predict.minTime}}
+ {{ predict.minTime }}
-
-
-
+
@@ -73,418 +71,469 @@
-
+
-
\ No newline at end of file
+
+ // 改变下拉框数据
+ const changeStation = (val) => {
+ queryForm.station = val
+ drawChart()
+ }
+
+
+
\ No newline at end of file