From 558c977cb160b06f06a514ae3914fd1a6df88e7e Mon Sep 17 00:00:00 2001 From: Wangjiahao <1522128093@qq.com> Date: Tue, 30 May 2023 17:22:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=88=A0=E9=99=A4=E5=8A=A8=E6=80=81=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=AE=9A=E6=97=B6=E5=99=A8=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AF=BC=E8=87=B4=E5=BC=82=E5=B8=B8=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/widget/deWidget/DeDate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/widget/deWidget/DeDate.vue b/frontend/src/components/widget/deWidget/DeDate.vue index d50ac2a3fd..c0f516aa2b 100644 --- a/frontend/src/components/widget/deWidget/DeDate.vue +++ b/frontend/src/components/widget/deWidget/DeDate.vue @@ -183,6 +183,7 @@ export default { } }, beforeDestroy() { + this.timer && clearInterval(this.timer) bus.$off('onScroll', this.onScroll) bus.$off('reset-default-value', this.resetDefaultValue) },