This commit is contained in:
2024-09-03 09:33:00 +02:00
parent ce89b79074
commit d7e28cd926
8 changed files with 1317 additions and 116 deletions

View File

@@ -38,15 +38,13 @@ const { showConfirmationModal, showCancellationModal, isLoading, shownComponent
async function fetchData() {
await categoriesStore.fetchCategories();
//await categoriesStore.fetchCategories();
await contractorsStore.fetchContractors();
siteControlStore.newOrder(false);
//siteControlStore.newOrder(false);
isLoading.value = false;
}
siteControlStore.checkTheme();
//fetchData();
isLoading.value = false;
fetchData();
</script>
<style>