add: fixes user card & removed logs

This commit is contained in:
Alexandro Uc Santos
2024-09-25 20:27:00 -06:00
parent c217fdb20c
commit 0b56a2a223
67 changed files with 15 additions and 367 deletions

View File

@@ -155,19 +155,14 @@ export const useCompanyStore = defineStore('company', () => {
proposals.value = [];
proposalsTotal.value = 0;
proposalsCurrentPage.value = 0;
// companyid = null;
loading.value = false;
}
const $reset = () => {
company.value = null;
// companyid = null;
loading.value = false;
}
///loads?company=64fa70c130d2650011ac4f3a&status[$ne]=Closed,posted_by_name[$regex]=ju&posted_by_name[$options]=i
const getProposalsCompany = async(filter, reload = false) => {
const companyId = localStorage.getItem('id');
try {