fix: change teamid (#8613)

This commit is contained in:
Pavel Kuzmin 2024-01-19 15:45:28 +05:00 committed by GitHub
parent 900c2de89a
commit e6dfc159ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -519,6 +519,9 @@ export default {
},
},
watch: {
teamId() {
this.updateVirtualListProps('teamId', this.teamId);
},
activeTeam() {
this.resetAndFetchData();
},