From f7833bcd9f9535a5a2a292138cbc2d9fb32b674a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 16 Oct 2024 16:46:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20UDM=E6=95=B0=E6=8D=AEload=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=97=A0=E6=B3=95=E9=87=8D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/auth/index.vue | 3 +++ src/views/neUser/sub/index.vue | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/views/neUser/auth/index.vue b/src/views/neUser/auth/index.vue index cf90c031..2ca30521 100644 --- a/src/views/neUser/auth/index.vue +++ b/src/views/neUser/auth/index.vue @@ -558,6 +558,9 @@ function fnLoadData() { fnQueryReset(); }, timerS * 1000); } else { + modalState.loadDataLoading = false; + tableState.loading = false; // 表格loading + fnQueryReset(); message.error({ content: t('common.getInfoFail'), duration: 3, diff --git a/src/views/neUser/sub/index.vue b/src/views/neUser/sub/index.vue index f42ef2ae..a220d3bb 100644 --- a/src/views/neUser/sub/index.vue +++ b/src/views/neUser/sub/index.vue @@ -924,6 +924,9 @@ function fnLoadData() { fnQueryReset(); }, timerS * 1000); } else { + modalState.loadDataLoading = false; + tableState.loading = false; // 表格loading + fnQueryReset(); message.error({ content: t('common.getInfoFail'), duration: 3,