fix: BUG修改

This commit is contained in:
kun 2024-04-12 21:27:32 +08:00
parent 47cb20a981
commit 7f5de27ae8

View File

@ -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(() => {