From 0bc76f54c3bd1e5893ae0f0d3a850e067867306e Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 20 Oct 2022 14:08:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E6=90=9C=E7=B4=A2=20=E6=90=9C=E7=B4=A2=E6=97=B6?= =?UTF-8?q?=E6=8C=89=E4=B8=8B=E5=9B=9E=E8=BD=A6=E5=90=8E=20=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=B7=B3=E8=BD=AC=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/globalSearch/globalSearch.vue | 1 + nezha-fronted/src/components/page/config/system/license.vue | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/globalSearch/globalSearch.vue b/nezha-fronted/src/components/common/globalSearch/globalSearch.vue index 7f748438c..9ce16e7f0 100644 --- a/nezha-fronted/src/components/common/globalSearch/globalSearch.vue +++ b/nezha-fronted/src/components/common/globalSearch/globalSearch.vue @@ -419,6 +419,7 @@ export default { this.$get('/stat/search', param).then(res => { this.firstShow = false this.nextLoading = false + this.jumpLoading = false if (res.code === 200) { this.tableData = this.tableData.concat(res.data.list) if (!this.tableData.length) { diff --git a/nezha-fronted/src/components/page/config/system/license.vue b/nezha-fronted/src/components/page/config/system/license.vue index e171a8f80..72a0dff5e 100644 --- a/nezha-fronted/src/components/page/config/system/license.vue +++ b/nezha-fronted/src/components/page/config/system/license.vue @@ -99,7 +99,6 @@