From ecc1b232f0a3c753db5b121e9a6ecb181c4bc277 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 20 九月 2022 16:04:42 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui into master --- 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