From ad71a5a302cffb3da65a6d2b804b7def488227b7 Mon Sep 17 00:00:00 2001
From: user <1137490146@qq.com>
Date: Mon, 26 Apr 2021 11:37:54 +0800
Subject: [PATCH] 增加订阅者弹框初始化

---
 src/views/bus/RouterManage.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/bus/RouterManage.vue b/src/views/bus/RouterManage.vue
index 43c6db7..415d3e7 100644
--- a/src/views/bus/RouterManage.vue
+++ b/src/views/bus/RouterManage.vue
@@ -149,7 +149,7 @@
                 </el-row>
 <!--                添加/增加订阅者-->
                 <el-row>
-                    <el-dialog :title="dialogMap[dialogStatus]" :visible.sync="dialogFormVisible" width="70%" style="margin-top: -20px" text-align="center">
+                    <el-dialog :title="dialogMap[dialogStatus]" :visible.sync="dialogFormVisible" v-if="dialogFormVisible" width="70%" style="margin-top: -20px" text-align="center">
                         <el-form :model="ruleForm" :rules="rules" ref="ruleForm" label-width="145px"
                                  class="demo-ruleForm" style="margin-top: -10px ;margin-left: -150px"  align="center" >
                             <el-form-item label="" prop="sndr">
--
libgit2 0.24.0