|
|
@ -141,6 +141,7 @@ export default {
|
|
|
|
resetList(state) {
|
|
|
|
resetList(state) {
|
|
|
|
state.items = [];
|
|
|
|
state.items = [];
|
|
|
|
state.currentPage = 0;
|
|
|
|
state.currentPage = 0;
|
|
|
|
|
|
|
|
state.lastPage = null;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
nextPageRequesting(state) {
|
|
|
|
nextPageRequesting(state) {
|
|
|
|
state.nextPageState = RequestState.requesting;
|
|
|
|
state.nextPageState = RequestState.requesting;
|
|
|
@ -176,6 +177,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
actions: {
|
|
|
|
actions: {
|
|
|
|
|
|
|
|
|
|
|
|
downloadVoiceMail(context, id) {
|
|
|
|
downloadVoiceMail(context, id) {
|
|
|
|
context.commit('downloadVoiceMailRequesting');
|
|
|
|
context.commit('downloadVoiceMailRequesting');
|
|
|
|
downloadVoiceMail(id).then(()=>{
|
|
|
|
downloadVoiceMail(id).then(()=>{
|
|
|
|