diff --git a/nezha-fronted/src/components/page/config/promServer.vue b/nezha-fronted/src/components/page/config/promServer.vue index c9a37ea75..b0307f605 100644 --- a/nezha-fronted/src/components/page/config/promServer.vue +++ b/nezha-fronted/src/components/page/config/promServer.vue @@ -367,7 +367,7 @@ //获取dc数据 getDcData() { return new Promise(resolve => { - this.$get('idc').then(response => { + this.$get('idc', {pageSize: -1}).then(response => { if (response.code === 200) { this.dcData = response.data.list; }