Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop

This commit is contained in:
Kittapath 2023-09-24 11:52:57 +07:00
commit ab7df64177
11 changed files with 815 additions and 348 deletions

View file

@ -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 = [];
});