Bugfixeds
This commit is contained in:
parent
a5165dc3ba
commit
4403c9ebde
20 changed files with 199 additions and 85 deletions
|
|
@ -36,10 +36,8 @@ async function refreshForSection(): Promise<void> {
|
|||
return;
|
||||
}
|
||||
if (props.section === SECTION_REPAIRS) {
|
||||
await Promise.all([
|
||||
usersRef.value?.load(),
|
||||
repairsRef.value?.load(),
|
||||
]);
|
||||
await usersRef.value?.load();
|
||||
await repairsRef.value?.load();
|
||||
return;
|
||||
}
|
||||
if (props.section === SECTION_PDF && pdfQueueRef.value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue