fix: BUG修改

This commit is contained in:
kun 2024-04-12 21:32:41 +08:00
parent 7f5de27ae8
commit 533ac0f20d

View File

@ -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 {