From 8f115311af95cb2fe0d7bee2d8a97dcbc059a263 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期四, 22 八月 2024 10:59:03 +0800 Subject: [PATCH] 修改权限相关 --- ruoyi-ui/src/views/mindMap/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/mindMap/index.vue b/ruoyi-ui/src/views/mindMap/index.vue index bb2f133..e19ed33 100644 --- a/ruoyi-ui/src/views/mindMap/index.vue +++ b/ruoyi-ui/src/views/mindMap/index.vue @@ -78,7 +78,9 @@ getUserProfile().then(response => { this.user = response.data; }); - listRoot(10).then(response =>{ + let clanId = this.$store.state.user.clanId + // alert(clanId) + listRoot(10,clanId).then(response =>{ this.rootList =response.data; const mindMapData = this.rootList[0]; -- Gitblit v1.9.1