From f0cd5a4fe3b366fa753b8da5e387673c30c4d0f7 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期三, 30 十一月 2022 08:55:19 +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