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') }) , }); },