Lines Matching refs:store
150 return this.$store.getters['global/assetTag'];
153 return this.$store.getters['global/modelType'];
156 return this.$store.getters['global/serialNumber'];
159 return this.$store.getters['global/isAuthorized'];
162 return this.$store.getters['global/userPrivilege'];
165 return this.$store.getters['global/serverStatus'];
168 return this.$store.getters['eventLog/healthStatus'];
196 return this.$store.getters['global/username'];
214 this.$store.dispatch('authentication/resetStoreState');
229 this.$store.dispatch('global/getSystemInfo');
232 this.$store.dispatch('eventLog/getEventLogData');
238 this.$store.dispatch('authentication/logout');