From a1c0408aaef74a4eff805ae98c2042e19e331779 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 10 May 2023 23:16:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E6=83=85=E5=86=B5=E4=B8=8B=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=E5=90=8E=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20(#994)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/system-upgrade/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue index 587b2b7ff..f923f16ed 100644 --- a/frontend/src/components/system-upgrade/index.vue +++ b/frontend/src/components/system-upgrade/index.vue @@ -139,6 +139,7 @@ const onUpgrade = async () => { type: 'info', }).then(async () => { globalStore.isLoading = true; + globalStore.setLogStatus(false); await upgrade(upgradeVersion.value); drawerVisiable.value = false; MsgSuccess(i18n.global.t('commons.msg.operationSuccess'));