NEZ-793 fix: Agent页面,查询问题
This commit is contained in:
@@ -1453,7 +1453,7 @@ export default {
|
|||||||
this.getAssetStateData()
|
this.getAssetStateData()
|
||||||
}
|
}
|
||||||
if (this.$route.path === '/agent') {
|
if (this.$route.path === '/agent') {
|
||||||
// this.getDcData()
|
this.getDcData()
|
||||||
}
|
}
|
||||||
if (this.$route.path === '/model') {
|
if (this.$route.path === '/model') {
|
||||||
this.getBrandData()
|
this.getBrandData()
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ export default {
|
|||||||
}, {
|
}, {
|
||||||
name: this.$t('dashboard.overview.dataCenter.dataCenter'),
|
name: this.$t('dashboard.overview.dataCenter.dataCenter'),
|
||||||
type: 'dc',
|
type: 'dc',
|
||||||
label: 'dc',
|
label: 'dcIds',
|
||||||
disabled: false
|
disabled: false
|
||||||
}, {
|
}, {
|
||||||
name: this.$t('config.agent.type'),
|
name: this.$t('config.agent.type'),
|
||||||
|
|||||||
Reference in New Issue
Block a user