Temp fix
Until conversation
This commit is contained in:
parent
14f7d50630
commit
81414dfa4e
1 changed files with 2 additions and 0 deletions
|
|
@ -417,6 +417,8 @@ export default {
|
|||
const results = await Promise.allSettled([useMainStore().getSupportingItems(), useMainStore().getRecalParts()]);
|
||||
const supportingItems = results[0];
|
||||
useMainStore().updateSupportingItems(supportingItems.data);
|
||||
} else {
|
||||
useMainStore().updateSupportingItems([]);
|
||||
}
|
||||
|
||||
if (this.mainStore.damage.isRepair) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue