From 2052141357570653d3f7122dfc93604b4c674624 Mon Sep 17 00:00:00 2001 From: lct123456 <lucht> Date: 星期三, 20 四月 2022 21:03:14 +0800 Subject: [PATCH] 微改 --- src/views/doublePreventAction/riskLevelManage/controlAction/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue index c13135c..fe0a8b4 100644 --- a/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue +++ b/src/views/doublePreventAction/riskLevelManage/controlAction/index.vue @@ -121,7 +121,7 @@ </el-form-item> </el-form> <div align="right"> - <el-button @click="unitFormVisible = false">取消</el-button> + <el-button @click="riskControlMeasureVisible = false">取消</el-button> <el-button type="primary" @click="submitAnalyseUnit()">确认</el-button> </div> </el-dialog> -- Gitblit v1.9.2