From 7f5de27ae8f707738dda8195a90e57d63cd696f0 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Fri, 12 Apr 2024 21:27:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userChange.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/userChange.vue b/src/components/userChange.vue index 97ae09ff..2253e490 100644 --- a/src/components/userChange.vue +++ b/src/components/userChange.vue @@ -213,6 +213,7 @@ export default { return item.sn == this.$store.state.selectedGroupSn; }); if (findItem) { + this.$store.commit("setSelectedGroupSn", findItem.sn); // 存储选中的组织Sn this.selectedGroupData = [findItem] this.filterTreeData(this.selectedGroupData); this.$nextTick(() => {