Your Name
2022-03-28 ab72ffdff7ca370bb1a5bf0b34402f8e9a6d07f0
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({