if (vm.submissionResult.next !== null) {
                        vm.currentPage = vm.submissionResult.next.split('page=')[1] - 1;
                        vm.currentRefPage = Math.ceil(vm.currentPage);
                    } else {
                        vm.currentPage = 1;