From 53e18b2aee176a2d149e7a3a979b2c90a84f7213 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:37:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=93=E5=AD=98=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E7=8A=B6=E6=80=81=20(#2840)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/table-setting/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/table-setting/index.vue b/frontend/src/components/table-setting/index.vue index 01a3ee4b3..24eddbef5 100644 --- a/frontend/src/components/table-setting/index.vue +++ b/frontend/src/components/table-setting/index.vue @@ -47,6 +47,7 @@ const changeRefresh = () => { timer = null; } } + localStorage.setItem(props.title, refreshRate.value + ''); }; onUnmounted(() => {