diff --git a/frontend/src/components/falukant/DirectorInfo.vue b/frontend/src/components/falukant/DirectorInfo.vue index c3c0609..b7aeda1 100644 --- a/frontend/src/components/falukant/DirectorInfo.vue +++ b/frontend/src/components/falukant/DirectorInfo.vue @@ -210,6 +210,14 @@ export default { }, }; }, + watch: { + branchId: { + immediate: false, + handler() { + this.loadDirector(); + }, + }, + }, async mounted() { await this.loadDirector(); },