zhanghua
2022-12-27 dfb5adf5d4dc7971d9ef7c6528c302dc57f871fc
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;
                })
        },
@@ -528,12 +525,12 @@
                }
                &::v-deep .el-input__inner {
                    background-color: #09152f;
                    // background-color: #09152f;
                    border: 1px solid #17324c;
                }
                &::v-deep .el-textarea__inner {
                    background-color: #09152f;
                    // background-color: #09152f;
                    border: 1px solid #17324c;
                }
            }