From 2da4ed484aa662d69b987cde8ea1ec1d39704763 Mon Sep 17 00:00:00 2001
From: 娄哥 <9159450+luban-71@user.noreply.gitee.com>
Date: Wed, 06 Dec 2023 12:00:44 +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