fix: clear session active when close session
This commit is contained in:
@@ -23,6 +23,7 @@ export const useCompanyStore = defineStore('company', () => {
|
||||
|
||||
const clear = () => {
|
||||
company.value = null;
|
||||
companyid.value = null;
|
||||
loading.value = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user