From e5626382db6861bc6d73b33b4cfb40df3525dd5e Mon Sep 17 00:00:00 2001
From: lxl <lixuliang_hd@126.com>
Date: 星期二, 25 十月 2022 17:40:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB

---
 src/views/AuthorizationManagement/userRoleAuthorization.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/AuthorizationManagement/userRoleAuthorization.vue b/src/views/AuthorizationManagement/userRoleAuthorization.vue
index 292403f..0da61a6 100644
--- a/src/views/AuthorizationManagement/userRoleAuthorization.vue
+++ b/src/views/AuthorizationManagement/userRoleAuthorization.vue
@@ -18,6 +18,7 @@
           :check-strictly="true"
           node-key="id"
           @check="treeCheck"
+          :default-expanded-keys="[1]"
           ref="treeForm"
         >
         </el-tree>
@@ -379,7 +380,7 @@
     treeCheck(node, list) {
       //node 璇ヨ妭鐐规墍瀵瑰簲鐨勫璞°�乴ist 鏍戠洰鍓嶇殑閫変腑鐘舵�佸璞�
       //閫変腑浜嬩欢鍦ㄩ�変腑鍚庢墽琛岋紝褰搇is涓湁涓や釜閫変腑鏃讹紝浣跨敤setCheckedKeys鏂规硶锛岄�変腑涓�涓妭鐐�
-      console.log(node, list);
+
       if (list.checkedNodes.length > 0) {
         this.listData.depid = node.id;
         this.debid = node.id;

--
Gitblit v1.9.3