From 1c1cafc0bf50c8dc5c61eb256fcb7c7706ea60c1 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 17 Nov 2020 17:36:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=20promserver=20?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=9F=A5=E8=AF=A2idc=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=B1=95=E7=A4=BA=E5=87=BA=E6=89=80=E6=9C=89?= =?UTF-8?q?idc=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/promServerBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/rightBox/promServerBox.vue b/nezha-fronted/src/components/common/rightBox/promServerBox.vue index b10f413fa..1e14306b4 100644 --- a/nezha-fronted/src/components/common/rightBox/promServerBox.vue +++ b/nezha-fronted/src/components/common/rightBox/promServerBox.vue @@ -150,7 +150,7 @@ }, //获取dc下拉列表数据 getDcData() { - this.$get('idc').then(response => { + this.$get('idc',{pageSize:-1}).then(response => { if (response.code === 200) { this.dcData = response.data.list; }