From 1157e8e97e24ec7938deea2e3345a502644fc256 Mon Sep 17 00:00:00 2001 From: wang1 <844966816@qq.com> Date: 星期三, 05 七月 2023 16:44:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/UBCS-WEB/src/views/system/user.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/system/user.vue b/Source/UBCS-WEB/src/views/system/user.vue index c7d7358..9794084 100644 --- a/Source/UBCS-WEB/src/views/system/user.vue +++ b/Source/UBCS-WEB/src/views/system/user.vue @@ -5,7 +5,7 @@ <el-scrollbar style="height: auto;border-bottom-right-radius:8px "> <basic-container> <div class="abox"> - <avue-tree :data="treeData" :option="treeOption" @node-click="nodeClick"/> + <avue-tree ref="tree" :data="treeData" :option="treeOption" @node-click="nodeClick"/> </div> </basic-container> </el-scrollbar> @@ -967,7 +967,7 @@ if (this.selectionList.length === 1) { this.roleTreeObj = this.selectionList[0].roleId.split(","); } - getRoleTree().then(res => { + getRoleTree(this.selectionList[0].tenantId).then(res => { this.roleGrantList = res.data.data; this.roleBox = true; -- Gitblit v1.9.3