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