close sesion question added

This commit is contained in:
Alexandro Uc Santos
2024-03-04 21:29:12 -06:00
parent 6a54ed3dbe
commit 948ba588eb
4 changed files with 28 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ export const useCompanyStore = defineStore('company', () => {
const getCompanyData = async() => {
const companyId = localStorage.getItem('id');
console.log({companyId});
loading.value = true;
if(!company.value) {
loading.value = true;