diff --git a/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html b/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html index 0e51f1d..0755a0b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/network/network/edit.html @@ -111,7 +111,7 @@ type: 'GET', data:this.params , success:((res)=>{ - this.CityList = res.data + this.CityList = res.data.filter(obj => obj.id === '36625') }) , }); },