diff --git a/src/views/water/river/statistic/base-index.vue b/src/views/water/river/statistic/base-index.vue index 061b38d..65785a6 100644 --- a/src/views/water/river/statistic/base-index.vue +++ b/src/views/water/river/statistic/base-index.vue @@ -131,9 +131,6 @@ res.data.data.forEach((m) => { this.momData.push(m); }) - res.data.data.yoyData.forEach((y) => { - this.yoyData.push(y); - }) } else { this.$message.error(res.data.msg); } diff --git a/src/views/water/water-function-area/statistic/auto.vue b/src/views/water/water-function-area/statistic/auto.vue index 2e07ee8..8325936 100644 --- a/src/views/water/water-function-area/statistic/auto.vue +++ b/src/views/water/water-function-area/statistic/auto.vue @@ -31,9 +31,11 @@ + +