NEZ-793 fix: Agent页面,查询问题

This commit is contained in:
@changcode
2021-07-01 09:56:30 +08:00
parent 15276d987a
commit 7ccba4402d
2 changed files with 2 additions and 2 deletions

View File

@@ -1453,7 +1453,7 @@ export default {
this.getAssetStateData()
}
if (this.$route.path === '/agent') {
// this.getDcData()
this.getDcData()
}
if (this.$route.path === '/model') {
this.getBrandData()

View File

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