提交修改

new-exam
dshclm 5 months ago
parent a9f78f95ee
commit 2320d32573

@ -111,7 +111,7 @@
type: 'GET', type: 'GET',
data:this.params , data:this.params ,
success:((res)=>{ success:((res)=>{
this.CityList = res.data this.CityList = res.data.filter(obj => obj.id === '36625')
}) , }) ,
}); });
}, },

Loading…
Cancel
Save