From 6cf78c50f0806a7e941415adb63898d4dccd5c56 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期二, 20 九月 2022 16:07:00 +0800
Subject: [PATCH] 新建角色、部门管理查看、修改
---
src/views/systemSetting/baseSetting/authority/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/systemSetting/baseSetting/authority/index.vue b/src/views/systemSetting/baseSetting/authority/index.vue
index f430f12..4270934 100644
--- a/src/views/systemSetting/baseSetting/authority/index.vue
+++ b/src/views/systemSetting/baseSetting/authority/index.vue
@@ -11,7 +11,7 @@
</div>
<div class="addUser">
<el-button class="addBtn" type="primary" @click="dialogCreate = true">娣诲姞鐢ㄦ埛</el-button>
- <el-dialog :visible.sync="dialogCreate" width="45%">
+ <el-dialog :visible.sync="dialogCreate" width="45%" v-if="dialogCreate">
<createUser :refresh="getUserList" />
</el-dialog>
</div>
@@ -63,7 +63,7 @@
</el-table-column>
</el-table>
<!-- 鏌ョ湅淇敼椤甸潰 -->
- <el-dialog :visible.sync="dialogUpdate" width="45%">
+ <el-dialog :visible.sync="dialogUpdate" width="45%" v-if="dialogUpdate">
<updateUser :updateFlag="updateFlag" :userInfo=userInfo />
</el-dialog>
<!-- 鍒嗛〉 -->
--
Gitblit v1.8.0