Lines Matching refs:dispatch
28 async getSnmpDetails({ commit, dispatch }) {
29 const snmpAlertUrl = await dispatch('getSnmpAlertUrl');
48 async deleteDestination({ dispatch }, id) { field in SnmpAlertsStore.actions.AnonymousClasse8bb69160201
49 const snmpAlertUrl = await dispatch('getSnmpAlertUrl');
52 .then(() => dispatch('getSnmpDetails'))
69 async deleteMultipleDestinations({ dispatch }, destination) { field in SnmpAlertsStore.actions.AnonymousClasse8bb69160501
70 const snmpAlertUrl = await dispatch('getSnmpAlertUrl');
80 dispatch('getSnmpDetails');
108 async addDestination({ dispatch }, { data }) { field in SnmpAlertsStore.actions.AnonymousClasse8bb69160901
109 const snmpAlertUrl = await dispatch('getSnmpAlertUrl');
112 .then(() => dispatch('getSnmpDetails'))