wl
2022-11-28 01e99e00dfe0f2c5cc756ff5a6472b737c82a7e0
src/views/operate/myWait/createUser/index.vue
@@ -149,13 +149,11 @@
                url: 'sccg/violations/query/event_type'
            })
                .then(res => {
                    console.log(res);
                    this.eventLevelList = res.data;
                })
        },
        // 提交新增违规类型
        handleSubmit(){
            console.log(this.things);
        }
    },
    props: ['getUserList']