From 7ccba4402d9b0cbda49fd5ec6942bb02663b2138 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 1 Jul 2021 09:56:30 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-793=20fix:=20Agent=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E6=9F=A5=E8=AF=A2=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/common/searchInput.vue | 2 +- nezha-fronted/src/components/page/config/agent.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index ad02a898a..5e583987d 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -1453,7 +1453,7 @@ export default { this.getAssetStateData() } if (this.$route.path === '/agent') { - // this.getDcData() + this.getDcData() } if (this.$route.path === '/model') { this.getBrandData() diff --git a/nezha-fronted/src/components/page/config/agent.vue b/nezha-fronted/src/components/page/config/agent.vue index db5a20d9b..8e45df1b9 100644 --- a/nezha-fronted/src/components/page/config/agent.vue +++ b/nezha-fronted/src/components/page/config/agent.vue @@ -141,7 +141,7 @@ export default { }, { name: this.$t('dashboard.overview.dataCenter.dataCenter'), type: 'dc', - label: 'dc', + label: 'dcIds', disabled: false }, { name: this.$t('config.agent.type'),