From c6177c2463d9ff59b886d7c7952e99cd2c6d353b Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期五, 12 一月 2024 15:09:03 +0800
Subject: [PATCH] 修复弹窗bug

---
 src/views/Admin/components/msgEditMod.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/Admin/components/msgEditMod.vue b/src/views/Admin/components/msgEditMod.vue
index e4484df..7db7432 100644
--- a/src/views/Admin/components/msgEditMod.vue
+++ b/src/views/Admin/components/msgEditMod.vue
@@ -169,7 +169,7 @@
             </a-button>
           </a-col>
           <a-col :span="12" style="text-align: right" v-if="title=='信息修改'">
-            <a-button type="primary" style="min-width: 140px;margin-right: 12px" @click="confirmSend(4)" :disabled="userInfo.role.id==1?true:false">
+            <a-button type="primary" style="min-width: 140px;margin-right: 12px" @click="confirmSend(4)" :disabled="userInfo.role.id==1?true:false" v-preventReClick="1500">
               确认并提交审核
             </a-button>
           </a-col>

--
Gitblit v1.9.2