From ee561c1cee7d59267e758fd742740ee0db0d3594 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 3 Jul 2020 17:26:51 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=88=87?= =?UTF-8?q?=E6=8D=A2panel=E5=90=8E=E6=A0=B7=E5=BC=8F=E9=94=99=E4=B9=B1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/charts/chart-list.vue | 2 +- nezha-fronted/src/components/page/dashboard/panel.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index ac40dcc7b..1eb957c34 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -416,7 +416,7 @@ item.isHide=false; chartListTmp.push(item); }else{ - item.isLoaded = false; + item.isLoaded = true; item.isHide=true; chartListTmp.push(item); } diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index 994843289..709d82caa 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -224,6 +224,7 @@ this.toAdd(); return false; } + this.filter.searchName=''; //this.$refs.searchInput.select(); this.showPanel = val this.filter.panelId = this.showPanel.id;