Changed Docker Loading
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user