From 9b8eb455423b88077eb6ed20e22dd2cc5b00f213 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 8 Nov 2021 09:32:25 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1201=20fix=EF=BC=9A=20Dashboard=20panel=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=84=B6=E5=90=8E=E5=B0=86=E8=87=AA=E5=8A=A8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=85=B3=E9=97=AD=EF=BC=8C=E9=A1=B5=E9=9D=A2=E4=BE=9D?= =?UTF-8?q?=E6=97=A7=E8=87=AA=E5=8A=A8=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/pickTime.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/common/pickTime.vue b/nezha-fronted/src/components/common/pickTime.vue index 106549ae1..6551f1a49 100644 --- a/nezha-fronted/src/components/common/pickTime.vue +++ b/nezha-fronted/src/components/common/pickTime.vue @@ -98,6 +98,7 @@ export default { methods: { selectInterval (val) { this.visible = false + clearInterval(this.intervalTimer) this.interval = val.value this.interLabel = val.label if (!this.showTimePicker && val && val.value != -1) {