From 3189d1cf39dc9c623759dfc611837b087d22ec4d Mon Sep 17 00:00:00 2001 From: lct123456 <lucht> Date: 星期二, 19 四月 2022 20:45:37 +0800 Subject: [PATCH] lct --- 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