From ab72ffdff7ca370bb1a5bf0b34402f8e9a6d07f0 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Mon, 28 Mar 2022 09:14:11 +0800
Subject: [PATCH] 'lct'
---
src/views/doublePreventAction/riskLevelManage/controlAction/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
index 3a2fb13..2987144 100644
--- a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
+++ b/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({
--
Gitblit v1.9.2