fix: BUG修改
This commit is contained in:
parent
47cb20a981
commit
7f5de27ae8
@ -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(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user