This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user