From 322aecac7f3d9b127ee3093d17a625b202aff085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Tue, 5 Mar 2024 14:24:50 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=B8=AD=E4=BB=A3=E7=A0=81=EF=BC=8C=E8=B0=83=E6=95=B4=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E5=8F=B0=E7=AB=99=E7=9A=84=E6=96=B9=E6=B3=95=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormalAlarm/analysisMonitor/avgNuclide/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/abnormalAlarm/analysisMonitor/avgNuclide/index.vue b/src/views/abnormalAlarm/analysisMonitor/avgNuclide/index.vue index d3c2cfe..bb155e9 100644 --- a/src/views/abnormalAlarm/analysisMonitor/avgNuclide/index.vue +++ b/src/views/abnormalAlarm/analysisMonitor/avgNuclide/index.vue @@ -203,6 +203,7 @@ export default { }, mounted() { this.getNuclideAvgList() + this.getStationList() }, methods: { onSourceChange(val) { From d335cdf55cde037245853386b6a8a6e2ca6fc49e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Tue, 5 Mar 2024 15:26:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?system=20=E6=A8=A1=E5=9D=97=E4=B8=AD?= =?UTF-8?q?=E6=8E=92=E7=89=88=E4=BB=BB=E5=8A=A1=E9=A1=B5=E9=9D=A2=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Scheduling.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/Scheduling.vue b/src/views/system/Scheduling.vue index d233dec..67ba7f0 100644 --- a/src/views/system/Scheduling.vue +++ b/src/views/system/Scheduling.vue @@ -695,7 +695,7 @@ export default { } } &-body { - height: calc(100% - 66px); + height: calc(100% - 103px); overflow: auto; } }