From 9b7b2d5edd02e1630a28cdbdba868670643dc9d8 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期五, 06 五月 2022 17:05:30 +0800
Subject: [PATCH] 忘记密码:v2:样式调整

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

diff --git a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
index c13135c..cecbb5b 100644
--- a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
+++ b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue
@@ -121,8 +121,8 @@
                 </el-form-item>
             </el-form>
             <div  align="right">
-                <el-button @click="unitFormVisible = false">取消</el-button>
-                <el-button type="primary" @click="submitAnalyseUnit()">确认</el-button>
+                <el-button @click="riskControlMeasureVisible = false">取消</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