fix functions existing and delete
This commit is contained in:
@@ -48,7 +48,7 @@ export function useLogin() {
|
||||
});
|
||||
|
||||
userStore.clearUser();
|
||||
sessionStorage.clear();
|
||||
localStorage.clear();
|
||||
stopRefreshInterval();
|
||||
}
|
||||
|
||||
|
||||
@@ -116,6 +116,7 @@
|
||||
<q-td :props="props">
|
||||
<q-select
|
||||
v-if="responsibles.length > 0"
|
||||
:disable="!user.isPermittedTo('members', 'write')"
|
||||
:options="responsibles"
|
||||
:option-label="(opt) => opt.firstName + ' ' + opt.lastName"
|
||||
v-model="props.row.responsiblePerson"
|
||||
|
||||
Reference in New Issue
Block a user