From e30e6a48eecd49bc236365fa2aa23be43594563a Mon Sep 17 00:00:00 2001 From: zhoumingxiu Date: Wed, 3 Jan 2024 10:43:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=89=8E=E7=BA=BF=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataInterface/humidityData/index.vue | 2 + god-ui/src/views/dataInterface/load/index.vue | 2 + .../dataInterface/particleSizeData/index.vue | 5 +- .../views/dataInterface/pressures/index.vue | 2 + .../views/dataInterface/temperature/index.vue | 5 +- .../dataInterface/vibrationData/index.vue | 2 + .../views/dataInterface/viscosity/index.vue | 2 + god-ui/src/views/tiewire/interface/index.vue | 49 +++++++++++++------ 8 files changed, 52 insertions(+), 17 deletions(-) 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 @@
- + - + - + @@ -144,8 +144,8 @@ > - - + +