From ad29ddd3e3a2544e2ab37623ed18297975582cad Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Tue, 12 Nov 2024 20:17:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/network/networknum/networknum.html | 2 +- .../templates/system/property/propertynum/propertynum.html | 2 +- .../src/main/resources/templates/system/usernum/usernum.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html b/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html index 4866402..93612c4 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/networknum/networknum.html @@ -185,7 +185,7 @@ type: 'GET', data:this.params , success:((res)=>{ - this.CityList = res.data + this.CityList = res.data.filter(obj => obj.id === '36625') }) , }); }, diff --git a/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html b/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html index 50fe183..e351a4a 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/propertynum/propertynum.html @@ -175,7 +175,7 @@ type: 'GET', data:this.params , success:((res)=>{ - this.CityList = res.data + this.CityList = res.data.filter(obj => obj.id === '36625') }) , }); }, diff --git a/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html b/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html index 05ac3ac..e426035 100644 --- a/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html +++ b/ruoyi-admin/src/main/resources/templates/system/usernum/usernum.html @@ -197,7 +197,7 @@ type: 'GET', data:this.params , success:((res)=>{ - this.CityList = res.data + this.CityList = res.data.filter(obj => obj.id === '36625') }) , }); },