From 34725a0ca6096dca4fe73b07f760fe7a36784f0e Mon Sep 17 00:00:00 2001 From: zhangyu Date: Wed, 28 Oct 2020 10:05:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=88=97=E8=A1=A8=E7=9A=84=E6=9F=A5=E6=89=80=E6=9C=89?= =?UTF-8?q?=20=E4=B8=8D=E6=9F=A5=E5=89=8D=E5=8D=81=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/addEndpointBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue index b3e6b0006..5dab03877 100644 --- a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue +++ b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue @@ -494,7 +494,7 @@ // 获取endpoint弹框中module下拉框数据 getModuleList(projectId) { - this.$get('module', {projectId: projectId}).then(response => { + this.$get('module', {projectId: projectId,pageSize:-1}).then(response => { if (response.code === 200) { for (let i = 0; i < response.data.list.length; i++) { try {