Your Name
2022-03-28 f74d786aa52cf86feabd9c592ab5e74e1f45bda5
src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
@@ -237,7 +237,6 @@
            async getClassify(){
                let res = await getClassify({pageSize:1000,pageIndex:1,filter:{riskEventName:''}})
                if(res.data.code === '200'){
                    debugger
                    this.classifyOneList = res.data.result
                }else{
                    this.$message({