This commit is contained in:
@@ -41,7 +41,6 @@ export function processLogin(response) {
|
||||
return reject();
|
||||
}
|
||||
|
||||
|
||||
//ensure the store is clean first in case we didn't come here from a clean logout
|
||||
window.$gz.store.commit("logout");
|
||||
sessionStorage.clear(); //clear all temporary session storage data
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
xl="3"
|
||||
>
|
||||
<gz-pick-list
|
||||
:ayaType="ayaType().User"
|
||||
:ayaType="ayaTypes().User"
|
||||
:showEditIcon="true"
|
||||
v-model="obj.userId"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -396,7 +396,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
ayaType: function() {
|
||||
ayaTypes: function() {
|
||||
return window.$gz.type;
|
||||
},
|
||||
form() {
|
||||
|
||||
Reference in New Issue
Block a user