Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
ab7df64177
11 changed files with 815 additions and 348 deletions
|
|
@ -1131,11 +1131,11 @@ const columnsPosition = ref<QTableProps["columns"]>([
|
|||
},
|
||||
]);
|
||||
|
||||
watch(organizationShortName, (count: any, prevCount: any) => {
|
||||
watch(organizationShortName, () => {
|
||||
organizationNameOptions.value = [];
|
||||
});
|
||||
|
||||
watch(organizationName, (count: any, prevCount: any) => {
|
||||
watch(organizationName, () => {
|
||||
positionPathOptions.value = [];
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue