export function init (store) { store.dispatch('data/getAdmins') store.dispatch('data/getDepartments') }