Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wellheor1 committed Dec 2, 2024
1 parent 741e70e commit 3ff5376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2-frontend/src/construct/ParaclinicResearchEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,6 @@ export default {
await this.loadDepartmentsForPermissions();
await this.load_deparments();
await this.loadDynamicDirectories();
this.findPossibleGroupForField();
},
mounted() {
window.$(window).on('beforeunload', () => {
Expand Down Expand Up @@ -1706,6 +1705,7 @@ export default {
if (this.ex_deps.length > 0 && this.site_type === null) {
this.site_type = this.ex_deps[0].pk;
}
this.findPossibleGroupForField();
},
cancel() {
// eslint-disable-next-line no-restricted-globals,no-alert
Expand Down

0 comments on commit 3ff5376

Please sign in to comment.