refs #6584 hotfix await #132

Merged
carlossa merged 2 commits from 6584-hotfixRegularize into master 2024-01-03 07:10:48 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit f78d5b41a4 - Show all commits

View File

@ -142,12 +142,17 @@ async function regularizeClaim() {
})
.onOk(async () => await onUpdateGreugeAccept());
} else {
await claimRef.value.fetch();
quasar.notify({
message: t('globals.dataSaved'),
type: 'positive',
});
}
await arrayData.fetch({ append: false });
quasar.notify({
message: t('globals.dataSaved'),
type: 'positive',
});
}
async function updateGreuge(greuges) {