src/views/operate/disposal/casepool/pool/createUser/ill/index.vue
@@ -459,15 +459,12 @@ }, // 街道更改 handleStreet(id) { console.log(id); this.ill.communityId = ''; // this.communityList = getcommunityList(1,'11') this.$axios({ method: 'get', url: `sccg/sccg_region/getChildren/${id}` }) .then(res => { console.log(res.data) this.communityList = res.data; }) },