I have the following setup for my actions:
get1: ({commit}) => { //things this.get2(); //this is my question! }, get
we can pass parameters also while dispatching.
dispatch('fetchContacts', user.uid);