From 16183253ad699a2be21f78f2b87ce9c7f1ba9fee Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 21 Mar 2022 18:08:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20ip=20=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7=E9=A1=B5=E9=9D=A2=E4=BC=A0=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/bottomBox/tabs/IpDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue b/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue index e954b1cdd..27b3f0dbf 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/IpDetails.vue @@ -144,7 +144,7 @@ export default { delete this.searchLabel.orderBy } this.$set(this.searchLabel, 'pageNo', this.pageObj.pageNo) - this.$set(this.searchLabel, 'id', this.obj.id) + this.$set(this.searchLabel, 'ids', this.obj.id) this.$set(this.searchLabel, 'pageSize', this.pageObj.pageSize) this.tools.loading = true this.$get(this.url, { ...this.searchLabel }).then(response => {