From 53000988d961385c815c704e3edea8c4880430cc Mon Sep 17 00:00:00 2001 From: flfeders Date: Sun, 14 Jul 2024 21:52:26 +0200 Subject: [PATCH] Changed Docker Loading --- stores/data.js | 76 +++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/stores/data.js b/stores/data.js index 8873837..1c14a2f 100644 --- a/stores/data.js +++ b/stores/data.js @@ -342,44 +342,44 @@ export const useDataStore = defineStore('data', () => { await fetchOwnTenant() //loaded.value = true - // await fetchDocuments() - // await fetchEvents() - // await fetchTasks() - // await fetchProjects() - // await fetchTimes() - // await fetchCustomers() - // await fetchContracts() - // await fetchContacts() - // await fetchForms() - // await fetchFormSubmits() - // await fetchProducts() - // await fetchUnits() - // await fetchMovements() - // await fetchSpaces() - // await fetchVehicles() - // await fetchVendors() - // await fetchIncomingInvoices() - // await fetchBankAccounts() - // await fetchBankStatements() - // await fetchBankRequisitions() - // await fetchHistoryItems() - // await fetchNumberRanges() - // await fetchNotifications() - // await fetchAbsenceRequests() - // await fetchAccounts() - // await fetchTaxTypes() - // await fetchPlants() - // await fetchInventoryItems() - // await fetchChats() - // await fetchMessages() - // await fetchCreatedDocuments() - // await fetchWorkingTimes() - // await fetchPhasesTemplates() - // await fetchEmailAccounts() - // await fetchTextTemplates() - // await fetchServices() - // await fetchServiceCategories() - // await fetchResources() + await fetchDocuments() + await fetchEvents() + await fetchTasks() + await fetchProjects() + await fetchTimes() + await fetchCustomers() + await fetchContracts() + await fetchContacts() + await fetchForms() + await fetchFormSubmits() + await fetchProducts() + await fetchUnits() + await fetchMovements() + await fetchSpaces() + await fetchVehicles() + await fetchVendors() + await fetchIncomingInvoices() + await fetchBankAccounts() + await fetchBankStatements() + await fetchBankRequisitions() + await fetchHistoryItems() + await fetchNumberRanges() + await fetchNotifications() + await fetchAbsenceRequests() + await fetchAccounts() + await fetchTaxTypes() + await fetchPlants() + await fetchInventoryItems() + await fetchChats() + await fetchMessages() + await fetchCreatedDocuments() + await fetchWorkingTimes() + await fetchPhasesTemplates() + await fetchEmailAccounts() + await fetchTextTemplates() + await fetchServices() + await fetchServiceCategories() + await fetchResources() loaded.value = true