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() await fetchOwnTenant()
//loaded.value = true //loaded.value = true
// await fetchDocuments() await fetchDocuments()
// await fetchEvents() await fetchEvents()
// await fetchTasks() await fetchTasks()
// await fetchProjects() await fetchProjects()
// await fetchTimes() await fetchTimes()
// await fetchCustomers() await fetchCustomers()
// await fetchContracts() await fetchContracts()
// await fetchContacts() await fetchContacts()
// await fetchForms() await fetchForms()
// await fetchFormSubmits() await fetchFormSubmits()
// await fetchProducts() await fetchProducts()
// await fetchUnits() await fetchUnits()
// await fetchMovements() await fetchMovements()
// await fetchSpaces() await fetchSpaces()
// await fetchVehicles() await fetchVehicles()
// await fetchVendors() await fetchVendors()
// await fetchIncomingInvoices() await fetchIncomingInvoices()
// await fetchBankAccounts() await fetchBankAccounts()
// await fetchBankStatements() await fetchBankStatements()
// await fetchBankRequisitions() await fetchBankRequisitions()
// await fetchHistoryItems() await fetchHistoryItems()
// await fetchNumberRanges() await fetchNumberRanges()
// await fetchNotifications() await fetchNotifications()
// await fetchAbsenceRequests() await fetchAbsenceRequests()
// await fetchAccounts() await fetchAccounts()
// await fetchTaxTypes() await fetchTaxTypes()
// await fetchPlants() await fetchPlants()
// await fetchInventoryItems() await fetchInventoryItems()
// await fetchChats() await fetchChats()
// await fetchMessages() await fetchMessages()
// await fetchCreatedDocuments() await fetchCreatedDocuments()
// await fetchWorkingTimes() await fetchWorkingTimes()
// await fetchPhasesTemplates() await fetchPhasesTemplates()
// await fetchEmailAccounts() await fetchEmailAccounts()
// await fetchTextTemplates() await fetchTextTemplates()
// await fetchServices() await fetchServices()
// await fetchServiceCategories() await fetchServiceCategories()
// await fetchResources() await fetchResources()
loaded.value = true loaded.value = true