This commit is contained in:
2020-05-15 22:05:28 +00:00
parent 1168e3314e
commit e9e7250093
2 changed files with 2 additions and 3 deletions

View File

@@ -41,7 +41,6 @@ export function processLogin(response) {
return reject(); return reject();
} }
//ensure the store is clean first in case we didn't come here from a clean logout //ensure the store is clean first in case we didn't come here from a clean logout
window.$gz.store.commit("logout"); window.$gz.store.commit("logout");
sessionStorage.clear(); //clear all temporary session storage data sessionStorage.clear(); //clear all temporary session storage data

View File

@@ -133,7 +133,7 @@
xl="3" xl="3"
> >
<gz-pick-list <gz-pick-list
:ayaType="ayaType().User" :ayaType="ayaTypes().User"
:showEditIcon="true" :showEditIcon="true"
v-model="obj.userId" v-model="obj.userId"
:readonly="formState.readOnly" :readonly="formState.readOnly"
@@ -396,7 +396,7 @@ export default {
} }
}, },
methods: { methods: {
ayaType: function() { ayaTypes: function() {
return window.$gz.type; return window.$gz.type;
}, },
form() { form() {