From f74d786aa52cf86feabd9c592ab5e74e1f45bda5 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 28 三月 2022 10:17:41 +0800
Subject: [PATCH] 'tupian'

---
 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