diff --git a/src/views/dike/safeOperation/components/BaseInfo.vue b/src/views/dike/safeOperation/components/BaseInfo.vue
index ec9be0d..ac8629b 100644
--- a/src/views/dike/safeOperation/components/BaseInfo.vue
+++ b/src/views/dike/safeOperation/components/BaseInfo.vue
@@ -376,7 +376,7 @@
-
+
diff --git a/src/views/sluice/safeOperation/components/BaseInfo.vue b/src/views/sluice/safeOperation/components/BaseInfo.vue
index 49fae45..58a173e 100644
--- a/src/views/sluice/safeOperation/components/BaseInfo.vue
+++ b/src/views/sluice/safeOperation/components/BaseInfo.vue
@@ -26,14 +26,6 @@
水闸类型
{{ this.form.wagaType }}
-
-
-
-
-
-
-
-
工程规模
{{ this.form.engScal }}
@@ -42,22 +34,6 @@
水闸所在位置
{{ this.form.wagaLoc }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
工程等别
{{ this.form.engGrad }}
@@ -66,43 +42,6 @@
主要建筑物级别
{{ this.form.mainBuildGrad }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
水准基面
{{ this.form.levelDatum }}
@@ -241,7 +180,7 @@
-
+
diff --git a/src/views/sluice/safeOperation/components/DataStatistics.vue b/src/views/sluice/safeOperation/components/DataStatistics.vue
index fb21c17..8ed4a12 100644
--- a/src/views/sluice/safeOperation/components/DataStatistics.vue
+++ b/src/views/sluice/safeOperation/components/DataStatistics.vue
@@ -158,6 +158,7 @@ export default {
getReservoirMonitorIndexData({
startTime: this.dateArr ? this.dateArr[0] + " 00:00:00" : "",
endTime: this.dateArr ? this.dateArr[1] + " 23:59:59" : "",
+ group: "SZ",
resCode: this.resCode,
stcd: this.cascaderArr[0] || "",
mpcd: this.cascaderArr[1] || "",