From ad32b10947b4b94c058ccb9a718d362a1e58d386 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期五, 29 四月 2022 13:09:30 +0800
Subject: [PATCH] 用户导出

---
 src/views/doublePreventAction/riskLevelManage/controlAction/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
index fe0a8b4..cecbb5b 100644
--- a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
+++ b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
@@ -122,7 +122,7 @@
             </el-form>
             <div  align="right">
                 <el-button @click="riskControlMeasureVisible = false">取消</el-button>
-                <el-button type="primary" @click="submitAnalyseUnit()">确认</el-button>
+                <el-button type="primary" @click="submitAnalyseUnit()" v-show="ifShowSelf">确认</el-button>
             </div>
         </el-dialog>
     </div>
@@ -162,6 +162,7 @@
                 listLoading: false,
                 showCurrent:true,
                 showOther:false,
+                ifShowSelf:true,
                 pageSize: 10,
                 recordTotal: 0,
                 currentPage: 1,

--
Gitblit v1.9.2