From 7a953239bfd43149c0ffbe66dd24b45eab0f401a Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 25 七月 2024 10:26:28 +0800 Subject: [PATCH] 修改名字 --- src/views/selfCheck/components/repair.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/selfCheck/components/repair.vue b/src/views/selfCheck/components/repair.vue index 16033f7..7323096 100644 --- a/src/views/selfCheck/components/repair.vue +++ b/src/views/selfCheck/components/repair.vue @@ -95,7 +95,7 @@ </el-form> <span slot="footer" class="dialog-footer"> <el-button @click="dialogFix = false">取消</el-button> - <el-button type="primary" @click="confirmFix('fixForm')">提交</el-button> + <el-button type="primary" v-stop-re-click @click="confirmFix('fixForm')">提交</el-button> </span> </el-dialog> </el-dialog> -- Gitblit v1.9.2