wl
2022-12-30 128a2f55ef26f7e1505955fa56aa61e34f39a772
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;
                })
        },
@@ -523,19 +520,19 @@
            }
        }
        .el-form {
                &::v-deep .el-form-item__label {
                    color: #4b9bb7;
                }
                // &::v-deep .el-form-item__label {
                //     color: #4b9bb7;
                // }
                &::v-deep .el-input__inner {
                    background-color: #09152f;
                    border: 1px solid #17324c;
                }
                // &::v-deep .el-input__inner {
                //     // background-color: #09152f;
                //     border: 1px solid #17324c;
                // }
                &::v-deep .el-textarea__inner {
                    background-color: #09152f;
                    border: 1px solid #17324c;
                }
                // &::v-deep .el-textarea__inner {
                //     // background-color: #09152f;
                //     border: 1px solid #17324c;
                // }
            }
        .input-form {