luobisheng
2022-12-08 3d23cc006e5cc905c29441d970eb6bd4ab5af880
src/views/operate/disposal/casepool/pool/createUser/vio/index.vue
@@ -387,7 +387,6 @@
    },
    created() {
        const { setBigKindList, getStreetList, getEventLevel } = this;
        console.log(this.mytype);
        this.vio.category = this.mytype + 1;
        setBigKindList();
        getStreetList(0);
@@ -418,7 +417,6 @@
                    return item;
                }
            })
            console.log(this.anYouList);
        },
        // 查询大类列表
        async getBigKind() {
@@ -514,9 +512,7 @@
        },
        // 街道更改
        handleStreet(id) {
            console.log(id);
            this.vio.communityId = '';
            // this.communityList = getTypeList(1,'11')
            this.$axios({
                method: 'get',
                url: `sccg/sccg_region/getChildren/${id}`
@@ -544,7 +540,6 @@
        selectBlur(e) {
            if (e.target.value) {
                this.vio.actionCause = e.target.value;
                console.log(e.target.value);
            }
        }
    },