fangyuan
2022-12-12 e8e17acc60c337194c6a46ec1ef98adee6b9e12c
src/views/operate/disposal/casepool/escalation/createUser/vio/index.vue
@@ -299,7 +299,6 @@
    },
    created() {
        const { getBigKind, getEventLevel, getSmallKind } = this;
        console.log(this.mytype);
        this.vio.category = this.mytype + 1;
        getBigKind();
        getSmallKind();
@@ -316,7 +315,6 @@
                url: 'sccg/violations/query/type_first'
            }).then(res => {
                this.bigKindList = res.data;
                // console.log(res);
            })
        },
        // 获取小类列表
@@ -326,7 +324,6 @@
                url: 'sccg/violations/query/type_second'
            })
                .then(res => {
                    console.log(res);
                    this.smallKindList = res.data;
                })
        },
@@ -337,7 +334,6 @@
                url: 'sccg/violations/query/event_type'
            })
                .then(res => {
                    console.log(res);
                    this.eventLevelList = res.data;
                })
        },
@@ -356,7 +352,6 @@
            this.$refs.user.validate((valid) => {
                if (valid) {
                    const { vio } = this;
                    console.log(vio);
                    this.$axios({
                        method: 'post',
                        url: 'sccg/base-case/addition_violation',