Changed Docker Loading

This commit is contained in:
2024-07-14 21:52:26 +02:00
parent 02beb31e43
commit 53000988d9

View File

@@ -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