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'),