odc.xiaohui
2022-12-14 ddd458cbc408b57353e908ec9b788a138e30042f
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;
                })
        },