fix: BUG修改
This commit is contained in:
parent
7f5de27ae8
commit
533ac0f20d
@ -192,6 +192,7 @@ export default {
|
||||
selectGroup(item) {
|
||||
if (item) {
|
||||
this.selectedGroupData = [item]
|
||||
this.$store.commit("setSelectedGroupSn", item.sn); // 存储选中的组织Sn
|
||||
this.filterTreeData(this.selectedGroupData);
|
||||
console.log(this.selectedGroupData)
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user