diff --git a/god-ui/src/views/dataInterface/humidityData/index.vue b/god-ui/src/views/dataInterface/humidityData/index.vue index ab972555..b2e005ff 100644 --- a/god-ui/src/views/dataInterface/humidityData/index.vue +++ b/god-ui/src/views/dataInterface/humidityData/index.vue @@ -246,6 +246,8 @@ export default { }; }, created() { + this.queryParams.reserveTwo = this.$route.query.reserveTwo; + this.queryParams.reserveThree = this.$route.query.reserveThree; this.getList(); }, methods: { diff --git a/god-ui/src/views/dataInterface/load/index.vue b/god-ui/src/views/dataInterface/load/index.vue index fc92f111..8a0f7234 100644 --- a/god-ui/src/views/dataInterface/load/index.vue +++ b/god-ui/src/views/dataInterface/load/index.vue @@ -246,6 +246,8 @@ export default { }; }, created() { + this.queryParams.reserveTwo = this.$route.query.reserveTwo; + this.queryParams.reserveThree = this.$route.query.reserveThree; this.getList(); }, methods: { diff --git a/god-ui/src/views/dataInterface/particleSizeData/index.vue b/god-ui/src/views/dataInterface/particleSizeData/index.vue index 717f5f80..937e1d3d 100644 --- a/god-ui/src/views/dataInterface/particleSizeData/index.vue +++ b/god-ui/src/views/dataInterface/particleSizeData/index.vue @@ -132,7 +132,7 @@ - + @@ -171,6 +171,7 @@
- + - +