luobisheng
2022-12-09 31cb9747ac44c92203d3f17c7f2bb24449e9d285
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']