From 57fedb8aa042c9f8bf5a3214b455144436850f1f Mon Sep 17 00:00:00 2001
From: liweilong <515897141@qq.com>
Date: 星期五, 25 十二月 2020 11:07:01 +0800
Subject: [PATCH] 修复管理员管理

---
 src/pages/system/admin.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/system/admin.vue b/src/pages/system/admin.vue
index 0e8b5a3..6e084ad 100644
--- a/src/pages/system/admin.vue
+++ b/src/pages/system/admin.vue
@@ -349,9 +349,9 @@
         passwordSure: '',
         sysRoleId: item.roId,
         id: item.id,
-        isUse: item.isUse
+        isUse: item.isUse,
+        accountType: item.type
       }
-      if (!item.type + '') adminDialogData.accountType = item.type
       this.adminDialogVisible = true
       this.$nextTick(() => {
         this.adminDialogData = adminDialogData

--
Gitblit v1.8.0